]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/examples/mdoc/example.1
Import lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
[FreeBSD/FreeBSD.git] / share / examples / mdoc / example.1
1 .\"
2 .\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 .\"
4 .\" Copyright (c) [year] [your name]
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 .\" SUCH DAMAGE.
26 .\"
27 .\" $FreeBSD$
28 .\"
29 .\" Note: The date here should be updated whenever a non-trivial
30 .\" change is made to the manual page.
31 .Dd December 8, 1999
32 .Dt EXAMPLE 1
33 .Os
34 .Sh NAME
35 .Nm example
36 .Nd "example command manual page"
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl abc
40 .Op Fl d Ar argument
41 .Ar file
42 .Sh DESCRIPTION
43 This is an example manual page for the
44 .Nm
45 command.
46 It is intended that this example can be used as a template
47 when writing a new manual page.
48 .Pp
49 The options are as follows:
50 .Bl -tag -width ".Fl d Ar argument"
51 .It Fl a
52 Example optional
53 .Fl a
54 option.
55 .It Fl b
56 Example optional
57 .Fl b
58 option.
59 .It Fl c
60 Example optional
61 .Fl c
62 option.
63 .It Fl d Ar argument
64 Example optional
65 .Fl d
66 option with required argument
67 .Ar argument .
68 .It Ar file
69 Required argument
70 .Ar file .
71 .El
72 .Sh ENVIRONMENT
73 The
74 .Nm
75 command ignores the
76 .Ev EXAMPLE
77 environment variable.
78 .Sh FILES
79 .Bl -tag -width ".Pa /dev/null" -compact
80 .It Pa /dev/null
81 Example of a file in the
82 .Sx FILES
83 section.
84 .El
85 .Sh EXIT STATUS
86 .Ex -std
87 .Sh EXAMPLES
88 The following is an example of a typical usage
89 of the
90 .Nm
91 command:
92 .Pp
93 .Dl "example -abc -d xyzzy /dev/null"
94 .Sh DIAGNOSTICS
95 The command may fail for one of the following reasons:
96 .Bl -diag
97 .It "example error message"
98 An example of an error message.
99 .It "another example error message."
100 Self explanatory.
101 .El
102 .Sh COMPATIBILITY
103 The
104 .Nm
105 command has no known compatibility issues.
106 .Sh SEE ALSO
107 .Xr example 3 ,
108 .Xr example 4 ,
109 .Xr mdoc 7 ,
110 .Xr example 9
111 .Rs
112 .%A "A. B. Author"
113 .%T "Example RFC Title"
114 .%O RFC0000
115 .Re
116 .Rs
117 .%A "A. B. Author"
118 .%B "Example Book Title"
119 .%O ISBN-0-000-00000-0
120 .Re
121 .Rs
122 .%A "A. B. Author"
123 .%D "January 1997"
124 .%J "Example Journal Name"
125 .%T "Example Article Title"
126 .Re
127 .Sh STANDARDS
128 If the command conforms to some standard, such as
129 .St -p1003.2
130 or
131 .St -isoC ,
132 it should be noted here.
133 .Sh HISTORY
134 The
135 .Nm
136 manual page example first appeared in
137 .Fx 2.2 .
138 .Pp
139 Some other common
140 .Sx HISTORY
141 section examples are:
142 .Pp
143 The
144 .Nm
145 manual page example first appeared in
146 .Bx 4.4 .
147 .Pp
148 The
149 .Nm
150 manual page example first appeared in
151 .At v6 .
152 .Sh AUTHORS
153 This
154 manual page was written by
155 .An Mike Pritchard Aq Mt mpp@FreeBSD.org .
156 .Sh BUGS
157 The actual code for this command is vaporware.