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

/freebsd-10-stable/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
265 line=$($cattool $manpage | head -1)
268 decho "$manpage includes $tstr"
283 # Display either the manpage or catpage depending on the use_cat variable
296 echo "$catpage (source: $manpage)"
310 # Okay, we are using the manpage, d
[all...]
/freebsd-10-stable/secure/lib/libcrypto/
H A DMakefile.inc66 .for manpage in ${MAN}
67 @(sec=${manpage:E}; \
68 pod=${manpage:R}.pod; \
72 $$pod > ${.CURDIR}/man/${manpage}; \
74 ${ECHO} ${manpage})
/freebsd-10-stable/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-stable/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-stable/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-stable/share/mk/
H A Dplain.test.mk20 # manpage.
H A Datf.test.mk20 # manpage.
H A Dtap.test.mk22 # manpage.
/freebsd-10-stable/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-stable/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-stable/
H A DMakefile.inc11982 read manpage; \
1983 if [ ! -e "$${manpage}" ]; then \
2008 read manpage; \
2009 if [ ! -e "$${manpage}" ]; then \
/freebsd-10-stable/contrib/ncurses/
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-stable/contrib/ldns/
H A Dconfigure13268 INSTALL_CONFIG_MANPAGE=install-config-manpage
13272 UNINSTALL_CONFIG_MANPAGE=uninstall-config-manpage

Completed in 115 milliseconds