/netbsd-src/share/man/man8/ |
H A 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/ |
H A 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/gpl2/texinfo/dist/info/ |
H A D | man.c | 59 static void clean_manpage (char *manpage); 377 clean_manpage (char *manpage) in clean_manpage() argument 383 newpage = (char *)xmalloc (1 + strlen (manpage)); in clean_manpage() 385 for (i = 0, j = 0; (newpage[j] = manpage[i]); i++, j++) in clean_manpage() 387 if (manpage[i] == '\n') in clean_manpage() 401 if (manpage[i] == '\b' || (manpage[i] == '\f' && j > 0)) in clean_manpage() 408 if (manpage[i] == '\033' && manpage[i + 1] == '[' in clean_manpage() 409 && isdigit (manpage[i + 2])) in clean_manpage() 411 if (isdigit (manpage[i + 3]) && manpage[i + 4] == 'm') in clean_manpage() 416 else if (manpage[i + 3] == 'm') in clean_manpage() [all …]
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mansearch.h | 91 struct manpage { struct 115 struct manpage **res, /* results */ argument 117 void mansearch_free(struct manpage *, size_t);
|
H A 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()
|
H A 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()
|
/netbsd-src/libexec/makewhatis/ |
H A 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/ |
H A D | Makefile.am | 86 install-data-hook: install-doxygen-manpage 87 uninstall-hook: uninstall-doxygen-manpage 90 install-doxygen-manpage: 102 uninstall-doxygen-manpage:
|
H A 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.
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/ |
H A D | Makefile | 26 rm -f manpage.links manpage.refs
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | llvm-addr2line.rst | 14 :program:`llvm-addr2line` is an alias for the :manpage:`llvm-symbolizer(1)` 42 :manpage:`llvm-symbolizer(1)`
|
H A D | llvm-otool.rst | 140 :manpage:`llvm-nm(1)`, :manpage:`llvm-objdump(1)`
|
H A D | llvm-readelf.rst | 212 :manpage:`llvm-nm(1)`, :manpage:`llvm-objdump(1)`, :manpage:`llvm-readobj(1)`
|
H A D | llvm-nm.rst | 292 :manpage:`llvm-ar(1)`, :manpage:`llvm-objdump(1)`, :manpage:`llvm-readelf(1)`, 293 :manpage:`llvm-readobj(1)`
|
H A D | llvm-readobj.rst | 23 :program:`llvm-readelf` is an alias for the :manpage:`llvm-readobj` tool with a 327 :manpage:`llvm-nm(1)`, :manpage:`llvm-objdump(1)`, :manpage:`llvm-readelf(1)`
|
H A D | llvm-ranlib.rst | 23 :manpage:`llvm-ar(1)`
|
H A D | llvm-objdump.rst | 399 :manpage:`llvm-nm(1)`, :manpage:`llvm-otool(1)`, :manpage:`llvm-readelf(1)`, 400 :manpage:`llvm-readobj(1)`
|
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
H A 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/ |
H A D | Makefile | 4 manpage: target
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.double-history | 11 manpage File postqueue postqueue c 41 manpage File postscreen postscreen c
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | application.cpp | 99 const std::string& manpage, in app() argument 106 m_manpage(manpage), in app()
|
/netbsd-src/external/gpl2/xcvs/dist/doc/ |
H A 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/ |
H A D | lvm2netbsd | 99 $m > `dirname $m`/$base && echo did manpage mods for $base
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/ |
H A D | Readme | 11 3. read the manpage from Man/man1m.
|
/netbsd-src/sys/dev/rasops/ |
H A D | README | 12 - Need a manpage
|