xref: /titanic_51/usr/src/man/man1/man.1 (revision 4185ca1d7f22b7d0d04eac3b580dd338274cb432)
1d456640dSYuri Pankov.\"
295c635efSGarrett D'Amore.\" The Berkeley software License Agreement specifies the terms and conditions
395c635efSGarrett D'Amore.\" for redistribution.
4d456640dSYuri Pankov.\"
5d456640dSYuri Pankov.\"
6d456640dSYuri Pankov.\" Copyright (c) 1980 Regents of the University of California.
7d456640dSYuri Pankov.\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved.
8d456640dSYuri Pankov.\" Copyright 2014 Garrett D'Amore <garrett@damore.org>
9d456640dSYuri Pankov.\" Copyright 2016 Nexenta Systems, Inc.
10d456640dSYuri Pankov.\"
11d456640dSYuri Pankov.Dd February 12, 2016
1295c635efSGarrett D'Amore.Dt MAN 1
1395c635efSGarrett D'Amore.Os
1495c635efSGarrett D'Amore.Sh NAME
1595c635efSGarrett D'Amore.Nm man
1695c635efSGarrett D'Amore.Nd find and display reference manual pages
1795c635efSGarrett D'Amore.Sh SYNOPSIS
1895c635efSGarrett D'Amore.Nm
1995c635efSGarrett D'Amore.Op Fl
2095c635efSGarrett D'Amore.Op Fl adFlrt
2195c635efSGarrett D'Amore.Op Fl T Ar macro-package
2295c635efSGarrett D'Amore.Op Fl M Ar path
2395c635efSGarrett D'Amore.Op Fl s Ar section
2495c635efSGarrett D'Amore.Ar name ...
2595c635efSGarrett D'Amore.Nm
2695c635efSGarrett D'Amore.Op Fl M Ar path
2795c635efSGarrett D'Amore.Op Fl s Ar section
2895c635efSGarrett D'Amore.Fl k
2995c635efSGarrett D'Amore.Ar keyword
3095c635efSGarrett D'Amore.Ar ...
3195c635efSGarrett D'Amore.Nm
3295c635efSGarrett D'Amore.Op Fl M Ar path
3395c635efSGarrett D'Amore.Op Fl s Ar section
3495c635efSGarrett D'Amore.Fl f
3595c635efSGarrett D'Amore.Ar
3695c635efSGarrett D'Amore.Nm
3795c635efSGarrett D'Amore.Op Fl M Ar path
3895c635efSGarrett D'Amore.Fl w
3995c635efSGarrett D'Amore.Sh DESCRIPTION
4095c635efSGarrett D'AmoreThe
4195c635efSGarrett D'Amore.Nm
4295c635efSGarrett D'Amorecommand displays information from the reference manuals. It
4395c635efSGarrett D'Amoredisplays complete manual pages that you select by
4495c635efSGarrett D'Amore.Ar name ,
4595c635efSGarrett D'Amoreor one-line summaries selected either by
4695c635efSGarrett D'Amore.Ar keyword
4795c635efSGarrett D'Amore.Pq Fl k ,
4895c635efSGarrett D'Amoreor by the name of an associated file
4995c635efSGarrett D'Amore.Pq Fl f .
5095c635efSGarrett D'AmoreIf no manual page is located,
5195c635efSGarrett D'Amore.Nm
5295c635efSGarrett D'Amoreprints an error message.
5395c635efSGarrett D'Amore.Ss "Source Format"
5495c635efSGarrett D'AmoreReference Manual pages are marked up with either
5595c635efSGarrett D'Amore.Xr man 5 ,
5695c635efSGarrett D'Amoreor
5795c635efSGarrett D'Amore.Xr mdoc 5
5895c635efSGarrett D'Amorelanguage tags. The
5995c635efSGarrett D'Amore.Nm
6095c635efSGarrett D'Amorecommand recognizes the type of markup and
6195c635efSGarrett D'Amoreprocesses the file accordingly.
6295c635efSGarrett D'Amore.
6395c635efSGarrett D'Amore.Ss "Location of Manual Pages"
6495c635efSGarrett D'Amore.
65c10c16deSRichard LoweThe online Reference Manual page directories are conventionally located in
6695c635efSGarrett D'Amore.Pa /usr/share/man .
6795c635efSGarrett D'AmoreEach directory corresponds to a
68c10c16deSRichard Lowesection of the manual. Since these directories are optionally installed, they
6995c635efSGarrett D'Amoremight not reside on your host. You might have to mount
7095c635efSGarrett D'Amore.Pa /usr/share/man
71c10c16deSRichard Lowefrom a host on which they do reside.
7295c635efSGarrett D'AmoreThe
7395c635efSGarrett D'Amore.Nm
7495c635efSGarrett D'Amorecommand reformats a page whenever it is requested.
7595c635efSGarrett D'Amore.Pp
7695c635efSGarrett D'AmoreIf the standard output is not a terminal, or if the
7795c635efSGarrett D'Amore.Fl
7895c635efSGarrett D'Amoreflag is given,
7995c635efSGarrett D'Amore.Nm
8095c635efSGarrett D'Amorepipes its output through
8195c635efSGarrett D'Amore.Xr cat 1 .
8295c635efSGarrett D'AmoreOtherwise,
8395c635efSGarrett D'Amore.Nm
8495c635efSGarrett D'Amorepipes its output through a pager such as
8595c635efSGarrett D'Amore.Xr more 1
8695c635efSGarrett D'Amoreto handle paging and underlining on the screen.
8795c635efSGarrett D'Amore.Sh OPTIONS
88c10c16deSRichard LoweThe following options are supported:
8995c635efSGarrett D'Amore.Bl -tag -width indent
9095c635efSGarrett D'Amore.It Fl a
9195c635efSGarrett D'AmoreShows all manual pages matching
9295c635efSGarrett D'Amore.Ar name
9395c635efSGarrett D'Amorewithin the
9495c635efSGarrett D'Amore.Ev MANPATH
9595c635efSGarrett D'Amoresearch path. Manual pages are displayed in the order found.
9695c635efSGarrett D'Amore.It Fl d
97c10c16deSRichard LoweDebugs. Displays what a section-specifier evaluates to, method used for
9895c635efSGarrett D'Amoresearching, and paths searched by
9995c635efSGarrett D'Amore.Nm .
10095c635efSGarrett D'Amore.It Fl f Ar file ...
10195c635efSGarrett D'AmoreAttempts to locate manual pages related to any of the given
10295c635efSGarrett D'Amore.Ar file
10395c635efSGarrett D'Amorenames. It strips the leading path name components from each
10495c635efSGarrett D'Amore.Ar file ,
105c10c16deSRichard Loweand then prints one-line summaries containing the resulting basename or names.
10695c635efSGarrett D'AmoreThis option also uses the
10795c635efSGarrett D'Amore.Pa whatis
10895c635efSGarrett D'Amoredatabase.
10995c635efSGarrett D'Amore.It Fl F
11095c635efSGarrett D'AmoreThis option is present for backwards compatibility and is documented
11195c635efSGarrett D'Amorehere for reference only.  It performs no function.
11295c635efSGarrett D'Amore.It Fl k Ar keyword ...
11395c635efSGarrett D'AmorePrints out one-line summaries from the
11495c635efSGarrett D'Amore.Pa whatis
11595c635efSGarrett D'Amoredatabase (table of contents) that contain any of the given
11695c635efSGarrett D'Amore.Ar keyword .
11795c635efSGarrett D'AmoreThe
11895c635efSGarrett D'Amore.Pa whatis
11995c635efSGarrett D'Amoredatabase is created using the
12095c635efSGarrett D'Amore.Fl w
12195c635efSGarrett D'Amoreoption.
12295c635efSGarrett D'Amore.It Fl l
12395c635efSGarrett D'AmoreLists all manual pages found matching
12495c635efSGarrett D'Amore.Ar name
12595c635efSGarrett D'Amorewithin the search path.
12695c635efSGarrett D'Amore.It Fl M Ar path
12795c635efSGarrett D'AmoreSpecifies an alternate search path for manual pages. The
12895c635efSGarrett D'Amore.Ar path
12995c635efSGarrett D'Amoreis a colon-separated list of directories that contain manual page directory
13095c635efSGarrett D'Amoresubtrees. For example, if
13195c635efSGarrett D'Amore.Ar path
13295c635efSGarrett D'Amoreis
13395c635efSGarrett D'Amore.Pa /usr/share/man:/usr/local/man ,
13495c635efSGarrett D'Amore.Nm
13595c635efSGarrett D'Amoresearches for
13695c635efSGarrett D'Amore.Ar name
13795c635efSGarrett D'Amorein the standard location, and then
13895c635efSGarrett D'Amore.Pa /usr/local/man .
13995c635efSGarrett D'AmoreWhen used with the
14095c635efSGarrett D'Amore.Fl k ,
14195c635efSGarrett D'Amore.Fl f ,
14295c635efSGarrett D'Amoreor
14395c635efSGarrett D'Amore.Fl w
14495c635efSGarrett D'Amoreoptions, the
14595c635efSGarrett D'Amore.Fl M
14695c635efSGarrett D'Amoreoption must appear first. Each directory in the
14795c635efSGarrett D'Amore.Ar path
14895c635efSGarrett D'Amoreis assumed to contain subdirectories of the form
14995c635efSGarrett D'Amore.Pa man* ,
15095c635efSGarrett D'Amoreone for each section. This option overrides the
15195c635efSGarrett D'Amore.Ev MANPATH
15295c635efSGarrett D'Amoreenvironment variable.
15395c635efSGarrett D'Amore.It Fl r
15495c635efSGarrett D'AmoreReformats the manual page, checking for formatting errors, but does not
15595c635efSGarrett D'Amoredisplay it.
15695c635efSGarrett D'Amore.It Fl s Ar section
15795c635efSGarrett D'AmoreSpecifies sections of the manual for
15895c635efSGarrett D'Amore.Nm
15995c635efSGarrett D'Amoreto search. The directories searched for
16095c635efSGarrett D'Amore.Ar name
16195c635efSGarrett D'Amoreare limited to those specified by
16295c635efSGarrett D'Amore.Ar section .
16395c635efSGarrett D'Amore.Ar section
16495c635efSGarrett D'Amorecan be a numerical digit, perhaps followed by one or more letters
16595c635efSGarrett D'Amoreto match the desired section of the manual, for example,
16695c635efSGarrett D'Amore.Li "3libucb".
16795c635efSGarrett D'AmoreAlso,
16895c635efSGarrett D'Amore.Ar section
16995c635efSGarrett D'Amorecan be a word, for example,
17095c635efSGarrett D'Amore.Li local ,
17195c635efSGarrett D'Amore.Li new ,
17295c635efSGarrett D'Amore.Li old ,
17395c635efSGarrett D'Amore.Li public .
17495c635efSGarrett D'Amore.Ar section
17595c635efSGarrett D'Amorecan also be a letter. To specify multiple sections,
17695c635efSGarrett D'Amoreseparate each section with a comma. This option overrides the
17795c635efSGarrett D'Amore.Ev MANPATH
17895c635efSGarrett D'Amoreenvironment variable and the
17995c635efSGarrett D'Amore.Pa man.cf
18095c635efSGarrett D'Amorefile. See
18195c635efSGarrett D'Amore.Sx Search Path
18295c635efSGarrett D'Amorebelow for an explanation of how
18395c635efSGarrett D'Amore.Nm
18495c635efSGarrett D'Amoreconducts its search.
18595c635efSGarrett D'Amore.It Fl t
18695c635efSGarrett D'AmoreArranges for the specified manual pages to be sent to the default
18795c635efSGarrett D'Amoreprinter as PostScript.
18895c635efSGarrett D'Amore.It Fl T Ar macro-package
18995c635efSGarrett D'AmoreThis option is present for backwards compatibility and is documented
19095c635efSGarrett D'Amorehere for reference only.  It performs no function.
19195c635efSGarrett D'Amore.It Fl w
19295c635efSGarrett D'AmoreUpdates the
19395c635efSGarrett D'Amore.Nm whatis
19495c635efSGarrett D'Amoredatabase.
19595c635efSGarrett D'Amore.El
19695c635efSGarrett D'Amore.Sh OPERANDS
197c10c16deSRichard LoweThe following operand is supported:
19895c635efSGarrett D'Amore.Bl -tag -width indent
19995c635efSGarrett D'Amore.It Ar name
200c10c16deSRichard LoweThe name of a standard utility or a keyword.
20195c635efSGarrett D'Amore.El
20295c635efSGarrett D'Amore.Sh USAGE
20395c635efSGarrett D'AmoreThe usage of
20495c635efSGarrett D'Amore.Nm
20595c635efSGarrett D'Amoreis described below:
20695c635efSGarrett D'Amore.
20795c635efSGarrett D'Amore.Ss "Manual Page Sections"
20895c635efSGarrett D'Amore.
20995c635efSGarrett D'AmoreEntries in the reference manuals are organized into
21095c635efSGarrett D'Amore.Em sections .
21195c635efSGarrett D'AmoreA section
212c10c16deSRichard Lowename consists of a major section name, typically a single digit, optionally
213c10c16deSRichard Lowefollowed by a subsection name, typically one or more letters. An unadorned
21495c635efSGarrett D'Amoremajor section name, for example,
21595c635efSGarrett D'Amore.Qq 9 ,
21695c635efSGarrett D'Amoredoes not act as an abbreviation for
21795c635efSGarrett D'Amorethe subsections of that name, such as
21895c635efSGarrett D'Amore.Qq 9e ,
21995c635efSGarrett D'Amore.Qq 9f ,
22095c635efSGarrett D'Amoreor
22195c635efSGarrett D'Amore.Qq 9s .
22295c635efSGarrett D'AmoreThat is, each subsection must be searched separately by
22395c635efSGarrett D'Amore.Nm
22495c635efSGarrett D'Amore.Fl s .
225c10c16deSRichard LoweEach section contains descriptions apropos to a particular reference category,
22695c635efSGarrett D'Amorewith subsections refining these distinctions. See the
22795c635efSGarrett D'Amore.Em intro
22895c635efSGarrett D'Amoremanual pages for an explanation of the classification used in this release.
22995c635efSGarrett D'Amore.
23095c635efSGarrett D'Amore.Ss "Search Path"
23195c635efSGarrett D'Amore.
23295c635efSGarrett D'AmoreBefore searching for a given
23395c635efSGarrett D'Amore.Ar name ,
23495c635efSGarrett D'Amore.Nm
23595c635efSGarrett D'Amoreconstructs a list of candidate directories and sections.
23695c635efSGarrett D'AmoreIt searches for
23795c635efSGarrett D'Amore.Ar name
23895c635efSGarrett D'Amorein the directories specified by the
23995c635efSGarrett D'Amore.Ev MANPATH
24095c635efSGarrett D'Amoreenvironment variable.
24195c635efSGarrett D'Amore.Lp
24295c635efSGarrett D'AmoreIn the absence of
24395c635efSGarrett D'Amore.Ev MANPATH ,
24495c635efSGarrett D'Amore.Nm
24595c635efSGarrett D'Amoreconstructs its search path based upon the
24695c635efSGarrett D'Amore.Ev PATH
24795c635efSGarrett D'Amoreenvironment variable, primarily by substituting
24895c635efSGarrett D'Amore.Li man
24995c635efSGarrett D'Amorefor the last component of the
25095c635efSGarrett D'Amore.Ev PATH
25195c635efSGarrett D'Amoreelement. Special provisions are added
25295c635efSGarrett D'Amoreto account for unique characteristics of directories such as
25395c635efSGarrett D'Amore.Pa /sbin ,
25495c635efSGarrett D'Amore.Pa /usr/ucb ,
25595c635efSGarrett D'Amore.Pa /usr/xpg4/bin ,
25695c635efSGarrett D'Amoreand others. If the file argument contains
25795c635efSGarrett D'Amorea
25895c635efSGarrett D'Amore.Qq /
25995c635efSGarrett D'Amorecharacter, the
26095c635efSGarrett D'Amore.Em dirname
26195c635efSGarrett D'Amoreportion of the argument is used in place of
26295c635efSGarrett D'Amore.Ev PATH
26395c635efSGarrett D'Amoreelements to construct the search path.
26495c635efSGarrett D'Amore.Lp
26595c635efSGarrett D'AmoreWithin the manual page directories,
26695c635efSGarrett D'Amore.Nm
26795c635efSGarrett D'Amoreconfines its search to the
268c10c16deSRichard Lowesections specified in the following order:
26995c635efSGarrett D'Amore.Bl -bullet
27095c635efSGarrett D'Amore.It
27195c635efSGarrett D'Amore.Ar sections
27295c635efSGarrett D'Amorespecified on the command line with the
27395c635efSGarrett D'Amore.Fl s
27495c635efSGarrett D'Amoreoption
27595c635efSGarrett D'Amore.It
27695c635efSGarrett D'Amore.Ar sections
27795c635efSGarrett D'Amoreembedded in the
27895c635efSGarrett D'Amore.Ev MANPATH
27995c635efSGarrett D'Amoreenvironment variable
28095c635efSGarrett D'Amore.It
28195c635efSGarrett D'Amore.Ar sections
28295c635efSGarrett D'Amorespecified in the
28395c635efSGarrett D'Amore.Pa man.cf
28495c635efSGarrett D'Amorefile for each directory specified in the
28595c635efSGarrett D'Amore.Ev MANPATH
28695c635efSGarrett D'Amoreenvironment variable
28795c635efSGarrett D'Amore.El
28895c635efSGarrett D'AmoreIf none of the above exist,
28995c635efSGarrett D'Amore.Nm
29095c635efSGarrett D'Amoresearches each directory in the manual
291c10c16deSRichard Lowepage path, and displays the first matching manual page found.
29295c635efSGarrett D'Amore.Lp
29395c635efSGarrett D'AmoreThe
29495c635efSGarrett D'Amore.Pa man.cf
29595c635efSGarrett D'Amorefile has the following format:
29695c635efSGarrett D'Amore.Lp
297d456640dSYuri Pankov.Dl Pf MANSECTS= Ar section Ns Oo , Ns Ar section Oc Ns ...
29895c635efSGarrett D'Amore.Lp
29995c635efSGarrett D'AmoreLines beginning with
30095c635efSGarrett D'Amore.Sq Li #
30195c635efSGarrett D'Amoreand blank lines are considered comments, and are
30295c635efSGarrett D'Amoreignored. Each directory specified in
30395c635efSGarrett D'Amore.Ev MANPATH
30495c635efSGarrett D'Amorecan contain a manual page
305c10c16deSRichard Loweconfiguration file, specifying the default search order for that directory.
30695c635efSGarrett D'Amore.Sh "Referring to Other Manual Pages"
30795c635efSGarrett D'AmoreIf the first line of the manual page is a reference to another manual
308c10c16deSRichard Lowepage entry fitting the pattern:
30995c635efSGarrett D'Amore.Lp
310*4185ca1dSYuri Pankov.Dl \&.so man*/ Ns Em sourcefile
31195c635efSGarrett D'Amore.Lp
31295c635efSGarrett D'Amore.Nm
31395c635efSGarrett D'Amoreprocesses the indicated file in place of the current one. The
314c10c16deSRichard Lowereference must be expressed as a path name relative to the root of the manual
315c10c16deSRichard Lowepage directory subtree.
31695c635efSGarrett D'Amore.Lp
317*4185ca1dSYuri PankovWhen the second or any subsequent line starts with
318*4185ca1dSYuri Pankov.Sy \&.so ,
319*4185ca1dSYuri Pankov.Nm
320*4185ca1dSYuri Pankovignores it;
321*4185ca1dSYuri Pankov.Xr troff 1
322*4185ca1dSYuri Pankovor
323*4185ca1dSYuri Pankov.Xr nroff 1
324*4185ca1dSYuri Pankovprocesses the request in the usual manner.
32595c635efSGarrett D'Amore.Sh ENVIRONMENT VARIABLES
32695c635efSGarrett D'AmoreSee
32795c635efSGarrett D'Amore.Xr environ 5
32895c635efSGarrett D'Amorefor descriptions of the following environment variables
32995c635efSGarrett D'Amorethat affect the execution of
33095c635efSGarrett D'Amore.Nm man :
33195c635efSGarrett D'Amore.Ev LANG ,
33295c635efSGarrett D'Amore.Ev LC_ALL ,
33395c635efSGarrett D'Amore.Ev LC_CTYPE ,
33495c635efSGarrett D'Amore.Ev LC_MESSAGES ,
33595c635efSGarrett D'Amoreand
33695c635efSGarrett D'Amore.Ev NLSPATH .
337*4185ca1dSYuri Pankov.Bl -tag -width MANWIDTH
33895c635efSGarrett D'Amore.It Ev MANPATH
339c10c16deSRichard LoweA colon-separated list of directories; each directory can be followed by a
340c10c16deSRichard Lowecomma-separated list of sections. If set, its value overrides
341*4185ca1dSYuri Pankov.Pa /usr/share/man
342*4185ca1dSYuri Pankovas the default directory search path, and the
343*4185ca1dSYuri Pankov.Pa man.cf
344*4185ca1dSYuri Pankovfile as the default section search path. The
345*4185ca1dSYuri Pankov.Fl M
346*4185ca1dSYuri Pankovand
347*4185ca1dSYuri Pankov.Fl s
348*4185ca1dSYuri Pankovflags, in turn, override these values.
349*4185ca1dSYuri Pankov.It Ev MANWIDTH
350*4185ca1dSYuri PankovWidth of the output. If set to the special value
351*4185ca1dSYuri Pankov.Qq Sy TTY
352*4185ca1dSYuri Pankov.Po or
353*4185ca1dSYuri Pankov.Qq Sy tty
354*4185ca1dSYuri Pankov.Pc ,
355*4185ca1dSYuri Pankovand output is to terminal, auto-detect terminal width.
35695c635efSGarrett D'Amore.It Ev PAGER
35795c635efSGarrett D'AmoreA program to use for interactively delivering
35895c635efSGarrett D'Amoreoutput to the screen. If not set,
35995c635efSGarrett D'Amore.Sq Nm more Fl s
36095c635efSGarrett D'Amoreis used. See
36195c635efSGarrett D'Amore.Xr more 1 .
36295c635efSGarrett D'Amore.El
36395c635efSGarrett D'Amore.Sh FILES
36495c635efSGarrett D'Amore.Bl -tag -width indent
36595c635efSGarrett D'Amore.It Pa /usr/share/man
366c10c16deSRichard LoweRoot of the standard manual page directory subtree
36795c635efSGarrett D'Amore.It Pa /usr/share/man/man?/*
36895c635efSGarrett D'AmoreUnformatted manual entries
36995c635efSGarrett D'Amore.It Pa /usr/share/man/whatis
370c10c16deSRichard LoweTable of contents and keyword database
37195c635efSGarrett D'Amore.It Pa man.cf
372c10c16deSRichard LoweDefault search order by section
37395c635efSGarrett D'Amore.El
37495c635efSGarrett D'Amore.Sh EXIT STATUS
37595c635efSGarrett D'Amore.Ex -std man
37695c635efSGarrett D'Amore.Sh EXAMPLES
37795c635efSGarrett D'Amore.
37895c635efSGarrett D'Amore.Ss Example 1: Creating a PostScript Version of a man page
37995c635efSGarrett D'Amore.
38095c635efSGarrett D'AmoreThe following example spools the
38195c635efSGarrett D'Amore.Xr pipe 2
38295c635efSGarrett D'Amoreman page in PostScript to the default printer:
38395c635efSGarrett D'Amore.Pp
38495c635efSGarrett D'Amore.Dl % man -t -s 2 pipe
38595c635efSGarrett D'Amore.Pp
38695c635efSGarrett D'AmoreNote that
38795c635efSGarrett D'Amore.Xr mandoc 1
38895c635efSGarrett D'Amorecan be used to obtain the PostScript content directly.
38995c635efSGarrett D'Amore.Ss Example 2: Creating a Text Version of a man page
39095c635efSGarrett D'AmoreThe following example creates the
39195c635efSGarrett D'Amore.Xr pipe 2
39295c635efSGarrett D'Amoreman page in ASCII text:
39395c635efSGarrett D'Amore.Pp
39495c635efSGarrett D'Amore.Dl % man pipe.2 | col -x -b > pipe.text
39595c635efSGarrett D'Amore.Sh CODE SET INDEPENDENCE
39695c635efSGarrett D'AmoreEnabled.
39795c635efSGarrett D'Amore.Sh INTERFACE STABILITY
398698f87a4SGarrett D'Amore.Sy Committed .
39995c635efSGarrett D'Amore.Sh SEE ALSO
40095c635efSGarrett D'Amore.Xr apropos 1 ,
40195c635efSGarrett D'Amore.Xr cat 1 ,
40295c635efSGarrett D'Amore.Xr col 1 ,
40395c635efSGarrett D'Amore.Xr mandoc 1 ,
40495c635efSGarrett D'Amore.Xr more 1 ,
40595c635efSGarrett D'Amore.Xr whatis 1 ,
40695c635efSGarrett D'Amore.Xr environ 5 ,
40795c635efSGarrett D'Amore.Xr man 5 ,
40895c635efSGarrett D'Amore.Xr mdoc 5
40995c635efSGarrett D'Amore.Sh NOTES
41095c635efSGarrett D'AmoreThe
41195c635efSGarrett D'Amore.Fl f
41295c635efSGarrett D'Amoreand
41395c635efSGarrett D'Amore.Fl k
41495c635efSGarrett D'Amoreoptions use the
41595c635efSGarrett D'Amore.Nm whatis
41695c635efSGarrett D'Amoredatabase, which is
41795c635efSGarrett D'Amorecreated with the
41895c635efSGarrett D'Amore.Fl w
41995c635efSGarrett D'Amoreoption.
42095c635efSGarrett D'Amore.Sh BUGS
421c10c16deSRichard LoweThe manual is supposed to be reproducible either on a phototypesetter or on an
42295c635efSGarrett D'AmoreASCII terminal. However, on a terminal some information (indicated by
423c10c16deSRichard Lowefont changes, for instance) is lost.
424