| /netbsd/src/share/man/man8/ |
| D | MAKEDEV2manpage.sh | 48 manpage="MAKEDEV.8"; 49 tmpfile="${manpage}.$$"; 53 if ${DIFF} -I'^\.Dd ' -I'^\.\\" $NetBSD' -q ${manpage} ${tmpfile} \ 60 if [ `wc -l < ${tmpfile}` -ne `wc -l < ${manpage}` ]; then 63 date=`sed -n 's/^\.Dd //p' ${manpage}` 67 mv ${tmpfile}.2 ${manpage} 69 echo "$manpage: ${result}"
|
| /netbsd/src/usr.sbin/catman/ |
| D | catman.c | 343 char manpage[2 * PATH_MAX]; in scanmandir() local 383 snprintf(manpage, sizeof(manpage), "%s/%s", mandir, dp->d_name); in scanmandir() 394 if (!fnmatch(match, manpage, 0)) in scanmandir() 408 if (!fnmatch(match, manpage, 0)) in scanmandir() 412 if (lstat(manpage, &manstat) <0) { in scanmandir() 413 warn("can't stat %s", manpage); in scanmandir() 420 len = readlink(manpage, buffer, in scanmandir() 424 manpage); in scanmandir() 431 strlcpy(tmp, manpage, sizeof(tmp)); in scanmandir() 432 snprintf(manpage, sizeof(manpage), in scanmandir() [all …]
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | mansearch.h | 91 struct manpage { struct 115 struct manpage **res, /* results */ argument 117 void mansearch_free(struct manpage *, size_t);
|
| D | main.c | 96 struct manpage **, size_t *); 99 struct manpage **, size_t *); 123 struct manpage *res, *resp; in main() 702 struct manpage **res, size_t *ressz) in fs_lookup() 705 struct manpage *page; in fs_lookup() 761 *res = mandoc_reallocarray(*res, ++*ressz, sizeof(struct manpage)); in fs_lookup() 774 int argc, char **argv, struct manpage **res, size_t *ressz) in fs_search()
|
| D | mansearch.c | 87 struct manpage **res, size_t *sz) in mansearch() 93 struct manpage *mpage; in mansearch() 223 qsort(*res, cur, sizeof(struct manpage), manpage_compare); in mansearch() 389 mansearch_free(struct manpage *res, size_t sz) in mansearch_free() 404 const struct manpage *mp1, *mp2; in manpage_compare()
|
| D | cgi.c | 84 struct manpage *, size_t); 601 pg_searchres(const struct req *req, struct manpage *r, size_t sz) in pg_searchres() 956 struct manpage *res; in pg_search()
|
| /netbsd/src/libexec/makewhatis/ |
| D | makewhatis.c | 73 typedef struct manpagestruct manpage; typedef 75 manpage *mp_left, *mp_right; 96 static void addmanpage(manpage **, ino_t, char *, size_t, size_t); 106 static void processmanpages(manpage **, whatis **); 248 manpage *source; in makewhatis() 504 addmanpage(manpage **tree, ino_t inode, char *name, size_t sdoff, size_t sdlen) in addmanpage() 506 manpage *mp; in addmanpage() 514 mp = emalloc(sizeof(manpage) + strlen(name)); in addmanpage() 1126 processmanpages(manpage **source, whatis **dest) in processmanpages() 1128 manpage *mp; in processmanpages() [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/doc/ |
| D | Makefile.am | 86 install-data-hook: install-doxygen-manpage 87 uninstall-hook: uninstall-doxygen-manpage 90 install-doxygen-manpage: 102 uninstall-doxygen-manpage:
|
| D | apps.texi | 181 @manpage{afslog,1} will obtains AFS tokens for a number of cells. What cells to get 184 magic @manpage{kafs,3} decides upon. 186 If not told what cell to get credentials for, @manpage{kafs,3} will 188 specified in @manpage{kafs,3} and try to get tokens for these cells 196 the directories searched by @manpage{kafs,3} on every AFS client machine. 202 See manpage for @manpage{kafs,3} for search locations of ThisCell and TheseCells.
|
| D | heimdal.texi | 42 @macro manpage{man, section}
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/ |
| D | Makefile | 26 rm -f manpage.links manpage.refs
|
| D | wpa_gui.sgml | 38 to the wpa_cli manpage for a comprehensive list of the
|
| /netbsd/src/external/bsd/atf/dist/atf-c++/detail/ |
| D | application.cpp | 108 const std::string& manpage) : in app() argument 113 m_manpage(manpage) in app()
|
| /netbsd/src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/ |
| D | Makefile | 4 manpage: target
|
| /netbsd/src/external/bsd/atf/dist/tools/ |
| D | application.cpp | 99 const std::string& manpage, in app() argument 106 m_manpage(manpage), in app()
|
| /netbsd/src/external/gpl2/xcvs/dist/doc/ |
| D | RCSFILES | 7 The place to start is the rcsfile.5 manpage in the GNU RCS 5.7 9 contains a few fixes and clarifications to that manpage). 16 The rcsfile.5 manpage does not document what goes in the "text" field 125 manpage in the RCS 5.7 distribution. See also the "Keyword 126 substitution" chapter of cvs.texinfo. The co(1) manpage refers to
|
| /netbsd/src/external/gpl2/lvm2/dist/ |
| D | lvm2netbsd | 99 $m > `dirname $m`/$base && echo did manpage mods for $base
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | stop.double-history | 11 manpage File postqueue postqueue c 37 manpage File postscreen postscreen c 77 manpage text File smtp smtp c 78 manpage text Files smtp smtp c global mail_proto h
|
| /netbsd/src/sys/dev/rasops/ |
| D | README | 12 - Need a manpage
|
| /netbsd/src/external/bsd/file/ |
| D | file2netbsd | 91 mv /tmp/file4$$ $m && echo did manpage mods for $m
|
| /netbsd/src/external/historical/nawk/bin/ |
| D | TODO | 15 Also, the manpage should be improved to be generally more helpful
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | RELEASE_NOTES-3.1 | 43 character. See the postqueue(1) manpage for a detailed description 76 and transport_transport_rate_delay in the postconf(5) manpage. 138 manpage for a detailed description.
|
| /netbsd/src/sys/ddb/ |
| D | TODO | 20 multiple arguments (like the manpage says) 65 15. Add crossreference of gdb/ddb commands to manpage. i.e.
|
| /netbsd/src/doc/ |
| D | TODO.i18n | 6 - : unsupported, i : incomplete, s : supported, m : manpage exists
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | README | 51 For documentation on using tmux, see the tmux.1 manpage. View it from the
|