Searched refs:manpage (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.3-release/contrib/sendmail/mailstats/
H A DMakefile.m419 bldPRODUCT_START(`manpage', `mailstats')
/freebsd-10.3-release/usr.bin/man/
H A Dman.sh111 manpage=$found
112 setup_cattool $manpage
113 decho " Found manpage $manpage"
119 elif exists "$2" && is_newer $found $manpage; then
262 line=$($cattool $manpage | head -1)
265 decho "$manpage includes $tstr"
280 # Display either the manpage or catpage depending on the use_cat variable
293 echo "$catpage (source: $manpage)"
307 # Okay, we are using the manpage, d
[all...]
/freebsd-10.3-release/secure/lib/libcrypto/
H A DMakefile.inc56 .for manpage in ${MAN}
57 @(sec=${manpage:E}; \
58 pod=${manpage:R}.pod; \
62 $$pod > ${.CURDIR}/man/${manpage}; \
64 ${ECHO} ${manpage})
/freebsd-10.3-release/contrib/texinfo/info/
H A Dman.c57 static void clean_manpage (char *manpage);
375 clean_manpage (char *manpage) argument
381 newpage = (char *)xmalloc (1 + strlen (manpage));
383 for (i = 0, j = 0; (newpage[j] = manpage[i]); i++, j++)
385 if (manpage[i] == '\n')
399 if (manpage[i] == '\b' || (manpage[i] == '\f' && j > 0))
406 if (manpage[i] == '\033' && manpage[i + 1] == '['
407 && isdigit (manpage[
[all...]
/freebsd-10.3-release/crypto/heimdal/doc/
H A DMakefile.am72 install-data-hook: install-doxygen-manpage
73 uninstall-hook: uninstall-doxygen-manpage
76 install-doxygen-manpage:
88 uninstall-doxygen-manpage:
H A DMakefile.in1093 install-data-hook: install-doxygen-manpage
1094 uninstall-hook: uninstall-doxygen-manpage
1097 install-doxygen-manpage:
1109 uninstall-doxygen-manpage:
/freebsd-10.3-release/crypto/openssh/
H A DMakefile.in202 manpage=$(srcdir)/`echo $@ | sed 's/\.[1-9]\.out$$/\.0/'`; \
204 manpage=$(srcdir)/`echo $@ | sed 's/\.out$$//'`; \
207 $(FIXPATHSCMD) $${manpage} | $(FIXALGORITHMSCMD) | \
210 $(FIXPATHSCMD) $${manpage} | $(FIXALGORITHMSCMD) > $@; \
/freebsd-10.3-release/contrib/atf/atf-c++/detail/
H A Dapplication.cpp105 const std::string& manpage) :
110 m_manpage(manpage)
104 app(const std::string& description, const std::string& manpage) argument
/freebsd-10.3-release/contrib/sendmail/src/
H A DMakefile.m499 bldPRODUCT_START(`manpage', `sendmail')
/freebsd-10.3-release/share/mk/
H A Datf.test.mk20 # manpage.
H A Dplain.test.mk20 # manpage.
H A Dtap.test.mk22 # manpage.
/freebsd-10.3-release/contrib/ncurses/
H A Ddist.mk47 # --without-manpage-renames
93 # configure --without-manpage-renames
96 # If that conflicts with the --without-manpage-renames, you can install those
H A Dconfigure757 --with-manpage-format specify manpage-format: gzip/compress/BSDI/normal and
759 --with-manpage-renames specify manpage-renaming
760 --with-manpage-aliases specify manpage-aliases using .so
761 --with-manpage-symlinks specify manpage-aliases using symlinks
762 --with-manpage-tbl specify manpage processin
[all...]
/freebsd-10.3-release/release/doc/share/misc/
H A Dman2hwnotes.pl147 my ($manpage) = @_;
159 open(MANPAGE, "$manpage") || die("$!: Could not open $manpage in ", __LINE__, ".\n");
188 dlog(2, "Warning: Bad Nm call in $manpage");
341 close(MANPAGE) || die("$!: Could not close $manpage in ", __LINE__, ".\n");
343 dlog(2, "Hardware list not found in $manpage");
/freebsd-10.3-release/contrib/gcc/doc/
H A Dmakefile.texi57 Copies the info-formatted and manpage documentation into the source
/freebsd-10.3-release/
H A DMakefile.inc11943 read manpage; \
1944 if [ ! -e "$${manpage}" ]; then \
1969 read manpage; \
1970 if [ ! -e "$${manpage}" ]; then \
/freebsd-10.3-release/crypto/openssl/util/
H A Dpod2man.pl790 # LREF: a manpage(3f)
791 s:L<([a-zA-Z][^\s\/]+)(\([^\)]+\))?>:the I<$1>$2 manpage:g;
793 # LREF: an =item on another manpage
803 } {the C<$2> entry in the I<$1> manpage}gx;
805 # LREF: an =item on this manpage
819 # LREF: a =head2 (head1?), maybe on a manpage, maybe right here
831 ? "the section on I<$2> in the I<$1> manpage"
/freebsd-10.3-release/contrib/ldns/
H A DMakefile.in287 install-config-manpage:
292 uninstall-config-manpage:
H A Dconfigure13268 INSTALL_CONFIG_MANPAGE=install-config-manpage
13272 UNINSTALL_CONFIG_MANPAGE=uninstall-config-manpage

Completed in 219 milliseconds