From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id q2P0mloB010574 for ; Sat, 24 Mar 2012 20:48:47 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id q2P0mlwY028479; Sat, 24 Mar 2012 20:48:47 -0400 (EDT) Date: Sat, 24 Mar 2012 20:48:47 -0400 (EDT) Message-Id: <201203250048.q2P0mlwY028479@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Some documentation nits. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Some documentation nits. Modified Files: -------------- mdocml: apropos_db.c index.sgml whatis.1 Revision Data ------------- Index: apropos_db.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/apropos_db.c,v retrieving revision 1.31 retrieving revision 1.32 diff -Lapropos_db.c -Lapropos_db.c -u -p -r1.31 -r1.32 --- apropos_db.c +++ apropos_db.c @@ -19,6 +19,8 @@ #include "config.h" #endif +#include + #include #include #include @@ -426,6 +428,7 @@ apropos_search(int pathsz, char **paths, */ for (i = 0; i < pathsz; i++) { + assert('/' == paths[i][0]); if (chdir(paths[i])) continue; if (single_search(&tree, opts, expr, terms, mc, i)) Index: index.sgml =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v retrieving revision 1.153 retrieving revision 1.154 diff -Lindex.sgml -Lindex.sgml -u -p -r1.153 -r1.154 --- index.sgml +++ index.sgml @@ -56,15 +56,6 @@ usually taken by existing utilities.

- Binaries -

-

- Binary archives consist of pre-compiled binaries, manuals, and other necessary files. - Universal (Mac OS X) binaries are compiled for the PCC, i386, and x86_64 architectures. - Windows binaries are compiled with MingW for the 32-bit (i686) and - 64-bit (x86_64) architectures. -

-

Downstream

Index: whatis.1 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/whatis.1,v retrieving revision 1.8 retrieving revision 1.9 diff -Lwhatis.1 -Lwhatis.1 -u -p -r1.8 -r1.9 --- whatis.1 +++ whatis.1 @@ -36,10 +36,6 @@ utility searches databases generated by for manuals containing the word .Ar name in their page name, ignoring case. -It returns the header lines from all matching pages. -You can then use the -.Xr man 1 -command to get more information. .Pp By default, .Nm -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv