Searched refs:manual (Results 1 - 25 of 70) sorted by relevance

123

/openbsd-current/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dhtml-manuals7 for manual in info.texi info-stnd.texi texinfo.txi; do
8 base=`echo $manual | sed 's/\.te*xi$//'`
10 $srcdir/../../doc/$manual -o $base.html \
/openbsd-current/sbin/disklabel/
H A DMakefile4 SRCS= disklabel.c dkcksum.c editor.c manual.c
9 CLEANFILES += disklabel.cat8 manual.c
14 manual.c:
16 echo 'no manual' | gzip -9c | hexdump -ve '"0x" 1/1 "%02x,"'; \
17 echo '};'; echo 'const int manpage_sz = sizeof(manpage);') > manual.c
22 manual.c: disklabel.cat8
25 echo '};'; echo 'const int manpage_sz = sizeof(manpage);') > manual.c
/openbsd-current/distrib/special/disklabel/
H A DMakefile4 SRCS= disklabel.c dkcksum.c editor.c manual.c
8 CLEANFILES += disklabel.cat8 manual.c
13 manual.c:
15 echo 'no manual' | gzip -9c | hexdump -ve '"0x" 1/1 "%02x,"'; \
16 echo '};'; echo 'const int manpage_sz = sizeof(manpage);') > manual.c
21 manual.c: disklabel.cat8
24 echo '};'; echo 'const int manpage_sz = sizeof(manpage);') > manual.c
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dtxitextest42 TEXINPUTS=.:$mandir: tex $manual \
43 || { echo "tex $manual failed." >&2; exit 1; }
46 for manual in $manuals; do
47 mandir=`dirname $manual`
49 manual_base=`basename "$manual" | sed 's/\.[^.]*$//'`
57 texi2dvi $manual || { echo "texi2dvi $manual failed." >&2; exit 1; }
59 texi2dvi --pdf $manual \
60 || { echo "texi2dvi --pdf $manual failed." >&2; exit 1; }
H A Dgendocs.sh2 # gendocs.sh -- generate a GNU manual in many formats. This script is
59 -o OUTDIR write files into OUTDIR, instead of manual/.
73 Output will be in a new subdirectory \"manual\" (by default, use -o OUTDIR
78 manual/index.html file. It should include the name of the package being
79 documented. manual/index.html is created by substitution from the file
101 outdir=manual
/openbsd-current/sbin/fdisk/
H A DMakefile19 SRCS= fdisk.c user.c misc.c disk.c mbr.c part.c cmd.c manual.c gpt.c
22 CLEANFILES += fdisk.cat8 manual.c
27 manual.c:
29 echo 'no manual' | gzip -9c | hexdump -ve '"0x" 1/1 "%02x,"'; \
30 echo '};'; echo 'const int manpage_sz = sizeof(manpage);') > manual.c
35 manual.c: fdisk.cat8
38 echo '};'; echo 'const int manpage_sz = sizeof(manpage);') > manual.c
/openbsd-current/distrib/special/fdisk/
H A DMakefile19 SRCS= fdisk.c user.c misc.c disk.c mbr.c part.c cmd.c manual.c gpt.c
22 CLEANFILES += fdisk.cat8 manual.c
27 manual.c:
29 echo 'no manual' | gzip -9c | hexdump -ve '"0x" 1/1 "%02x,"'; \
30 echo '};'; echo 'const int manpage_sz = sizeof(manpage);') > manual.c
35 manual.c: fdisk.cat8
38 echo '};'; echo 'const int manpage_sz = sizeof(manpage);') > manual.c
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_rc6_types.h38 bool manual : 1; member in struct:intel_rc6
/openbsd-current/games/trek/
H A Dphaser.c53 ** simultaneously. There are two modes, "manual" and
54 ** "automatic". In manual mode, you specify exactly which
93 int manual, flag, extra; local
123 /* decide if we want manual or automatic mode */
124 manual = 0;
130 manual++;
136 manual++;
138 if (manual)
139 printf(" damaged, manual mode selected\n");
142 if (!manual)
[all...]
/openbsd-current/regress/sbin/disklabel/
H A DMakefile57 CLEANFILES += *.tmp *.out *.dl *.fstab diskimage disklabel.c manual.c vnd
61 SRCS = disklabel.c dkcksum.c editor.c manual.c
72 manual.c:
74 echo 'no manual' | gzip -9c | hexdump -ve '"0x" 1/1 "%02x,"'; \
75 echo '};'; echo 'const int manpage_sz = sizeof(manpage);') > manual.c
/openbsd-current/share/mk/
H A Dbsd.man.mk23 # manual page source code.
46 # Install the manual hardlinks, if any.
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/fallback/
H A Dconst-c.inc26 here. However, subsequent manual editing may have added or removed some.
105 here. However, subsequent manual editing may have added or removed some.
150 here. However, subsequent manual editing may have added or removed some.
206 here. However, subsequent manual editing may have added or removed some.
297 here. However, subsequent manual editing may have added or removed some.
353 here. However, subsequent manual editing may have added or removed some.
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/
H A Dconst-c.inc26 here. However, subsequent manual editing may have added or removed some.
105 here. However, subsequent manual editing may have added or removed some.
237 here. However, subsequent manual editing may have added or removed some.
305 here. However, subsequent manual editing may have added or removed some.
481 here. However, subsequent manual editing may have added or removed some.
/openbsd-current/regress/sys/kern/sosplice/scapy/
H A Dscapy.pl50 @ARGV == 3 && $ARGV[0] =~ /^\d+$/ && $ARGV[2] =~ /^\d+$/ ? "manual" :
54 if (!$testfile and $mode =~ /manual|auto/) {
101 listenport => ($mode eq "manual" ? $ARGV[0] : $$ & 0xffff),
118 connectaddr => ($mode eq "manual" ? $ARGV[1] : $r->{listenaddr}),
119 connectport => ($mode eq "manual" ? $ARGV[2] : $r->{listenport}),
/openbsd-current/gnu/usr.bin/perl/dist/I18N-Collate/lib/I18N/
H A DCollate.pm32 See the perllocale manual page for further information.
149 See the perllocale manual page for further information.
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.pm57 module you should really have a copy of the B<GDBM manual> at hand.
58 The manual is avaialble online at
59 L<https://www.gnu.org.ua/software/gdbm/manual>.
102 rarely needed (see L<https://www.gnu.org.ua/software/gdbm/manual/Open.html>
171 L<https://www.gnu.org.ua/software/gdbm/manual/Error-codes.html>. Notice,
431 L<https://www.gnu.org.ua/software/gdbm/manual/Numsync.html>, for the
528 B<GDBM Manual> (L<https://www.gnu.org.ua/software/gdbm/manual/Crash-Tolerance.html>). The information below describes the Perl interface.
559 operation (https://www.gnu.org.ua/software/gdbm/manual/Filesystems-supporting-crash-tolerance.html>.
599 <https://www.gnu.org.ua/software/gdbm/manual/Crash-recovery.html> for
642 L<https://www.gnu.org.ua/software/gdbm/manual
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/scripts/
H A Dpod2man.PL157 By default (on non-EBCDIC systems), B<pod2man> outputs UTF-8 manual pages.
213 B<mandoc> and thus by the majority of manual page processors in use today.
319 manual page, but this should now be done by L<podchecker(1)> instead.
361 [4.08] Set the name of the manual page for the C<.TH> macro to I<name>.
362 Without this option, the manual name is set to the uppercased base name of the
363 file being converted unless the manual section is 3, in which case the path is
369 convention for UNIX manual pages is for the title to be in all-uppercase, even
371 manual page title, however.)
377 recommended to set a meaningful manual page name.
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dhelp2man51 -N, --no-info suppress pointer to Texinfo manual
237 $include{NAME} ||= "$program \\- manual page for $program $version\n";
471 is maintained as a Texinfo manual. If the
479 should give you access to the complete manual.
/openbsd-current/gnu/llvm/lld/docs/
H A Dmake.bat32 echo. man to make manual pages
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/openbsd-current/gnu/llvm/llvm/docs/
H A Dmake.bat32 echo. man to make manual pages
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/openbsd-current/gnu/llvm/clang/docs/analyzer/
H A Dmake.bat32 echo. man to make manual pages
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/openbsd-current/gnu/llvm/clang/docs/
H A Dmake.bat32 echo. man to make manual pages
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
/openbsd-current/gnu/usr.bin/gcc/gcc/doc/
H A Dmakefile.texi2 @c This is part of the GCC manual.
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Checker/scripts/
H A Dpodchecker.PL69 Print the manual page and exit.
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm5 # manual pages to manual pages that can be read by the man(1) command. It is
615 # Change references to manual pages to put the page name in bold but
1768 the majority of manual page processors in use today.
1848 Make the first part (before the parentheses) of manual page references like
1885 proper line breaks for Chinese and Japanese text if the manual page is
1886 installed into the normal manual page directory, such as F</usr/share/man>.
1888 On many systems, this will be done automatically if the manual page is
1889 installed into a language-specific manual page directory, such as
1910 [4.08] Set the name of the manual pag
[all...]

Completed in 167 milliseconds

123