xref: /freebsd/share/examples/mdoc/example.1 (revision 9d2592273f05114957d8625933ba90188fa53321)
19a78dbdeSMike Pritchard.\" Copyright (c) [year]
29a78dbdeSMike Pritchard.\"	[you name here].  All rights reserved.
39a78dbdeSMike Pritchard.\"
49a78dbdeSMike Pritchard.\" Redistribution and use in source and binary forms, with or without
59a78dbdeSMike Pritchard.\" modification, are permitted provided that the following conditions
69a78dbdeSMike Pritchard.\" are met:
79a78dbdeSMike Pritchard.\" 1. Redistributions of source code must retain the above copyright
89a78dbdeSMike Pritchard.\"    notice, this list of conditions and the following disclaimer.
99a78dbdeSMike Pritchard.\" 2. Redistributions in binary form must reproduce the above copyright
109a78dbdeSMike Pritchard.\"    notice, this list of conditions and the following disclaimer in the
119a78dbdeSMike Pritchard.\"    documentation and/or other materials provided with the distribution.
129d259227SMike Pritchard.\" 3. Neither the name of the author nor the names of any co-contributors
139a78dbdeSMike Pritchard.\"    may be used to endorse or promote products derived from this software
149a78dbdeSMike Pritchard.\"    without specific prior written permission.
159a78dbdeSMike Pritchard.\"
169a78dbdeSMike Pritchard.\" THIS SOFTWARE IS PROVIDED BY [you name] AND CONTRIBUTORS ``AS IS'' AND
179a78dbdeSMike Pritchard.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
189a78dbdeSMike Pritchard.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
199a78dbdeSMike Pritchard.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
209a78dbdeSMike Pritchard.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
219a78dbdeSMike Pritchard.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
229a78dbdeSMike Pritchard.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
239a78dbdeSMike Pritchard.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
249a78dbdeSMike Pritchard.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
259a78dbdeSMike Pritchard.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
269a78dbdeSMike Pritchard.\" SUCH DAMAGE.
279a78dbdeSMike Pritchard.\"
289a78dbdeSMike Pritchard.\"
2981fba91bSMike Pritchard.\" Note: The date here should be updated whenever a non-trivial
3081fba91bSMike Pritchard.\" change is made to the manual page.
3181fba91bSMike Pritchard.Dd January 8, 1997
329a78dbdeSMike Pritchard.Dt EXAMPLE 1
339a78dbdeSMike Pritchard.\" Note: Only specify the operating system when the command
349a78dbdeSMike Pritchard.\" is FreeBSD specific, otherwise use the .Os macro with no
359a78dbdeSMike Pritchard.\" arguments.
369a78dbdeSMike Pritchard.Os FreeBSD 3.0
379a78dbdeSMike Pritchard.Sh NAME
389a78dbdeSMike Pritchard.Nm example
399a78dbdeSMike Pritchard.Nd example command manual page
409a78dbdeSMike Pritchard.Sh SYNOPSIS
419a78dbdeSMike Pritchard.Nm example
429a78dbdeSMike Pritchard.Op Fl abc
439a78dbdeSMike Pritchard.Op Fl d Ar argument
449a78dbdeSMike Pritchard.Ar file
459a78dbdeSMike Pritchard.Sh DESCRIPTION
469a78dbdeSMike PritchardThis is an example manual page for
479a78dbdeSMike Pritchardthe
489a78dbdeSMike Pritchard.Nm
499a78dbdeSMike Pritchardcommand.  It is intended
509a78dbdeSMike Pritchardthat this example can be used as a template when writing
519a78dbdeSMike Pritcharda new manual page.
529a78dbdeSMike Pritchard.Pp
539a78dbdeSMike PritchardThe options are as follows:
549a78dbdeSMike Pritchardhas several options:
559a78dbdeSMike Pritchard.Bl -tag -width Fl
569a78dbdeSMike Pritchard.It Fl a
579a78dbdeSMike PritchardExample optional
589a78dbdeSMike Pritchard.Fl a
599a78dbdeSMike Pritchardoption.
609a78dbdeSMike Pritchard.It Fl b
619a78dbdeSMike PritchardExample optional
629a78dbdeSMike Pritchard.Fl b
639a78dbdeSMike Pritchardoption.
649a78dbdeSMike Pritchard.It Fl c
659a78dbdeSMike PritchardExample optional
669a78dbdeSMike Pritchard.Fl c
679a78dbdeSMike Pritchardoption.
689a78dbdeSMike Pritchard.It Fl d Ar argument
699a78dbdeSMike PritchardExample optional
709a78dbdeSMike Pritchard.Fl d
719a78dbdeSMike Pritchardoption with required argument
729a78dbdeSMike Pritchard.Ar argument .
739a78dbdeSMike Pritchard.It Ar file
749a78dbdeSMike PritchardRequired argument
759a78dbdeSMike Pritchard.Ar file .
769a78dbdeSMike Pritchard.El
779a78dbdeSMike Pritchard.Sh ENVIRONMENT
789a78dbdeSMike PritchardThe
799a78dbdeSMike Pritchard.Nm
809a78dbdeSMike Pritchardcommand ignores the
819a78dbdeSMike Pritchard.Ev EXAMPLE
829a78dbdeSMike Pritchardenvironment variable.
839a78dbdeSMike Pritchard.Sh FILES
849a78dbdeSMike Pritchard.Bl -tag -width /dev/null -compact
859a78dbdeSMike Pritchard.It Pa /dev/null
869a78dbdeSMike PritchardExample of a file in the
879a78dbdeSMike Pritchard.Sx FILES
889a78dbdeSMike Pritchardsection.
899a78dbdeSMike Pritchard.El
9081fba91bSMike Pritchard.Sh EXAMPLES
9181fba91bSMike PritchardThe following is an example of a typical usage
9281fba91bSMike Pritchardof the
9381fba91bSMike Pritchard.Nm
9481fba91bSMike Pritchardcommand:
9581fba91bSMike Pritchard.Pp
9681fba91bSMike Pritchard.Dl % example -abc -d xyzzy /dev/null
979a78dbdeSMike Pritchard.Sh SEE ALSO
989a78dbdeSMike Pritchard.Xr example 3 ,
999a78dbdeSMike Pritchard.Xr example 4 ,
1009a78dbdeSMike Pritchard.Xr mdoc 7 ,
1019a78dbdeSMike Pritchard.Xr mdoc.samples 7
10281fba91bSMike Pritchard.Rs
10381fba91bSMike Pritchard.%A A. B. Author
10481fba91bSMike Pritchard.%T Example RFC Title
10581fba91bSMike Pritchard.%O RFC0000
10681fba91bSMike Pritchard.Re
10781fba91bSMike Pritchard.Rs
10881fba91bSMike Pritchard.%A A. B. Author
10981fba91bSMike Pritchard.%B Example Book Title
11081fba91bSMike Pritchard.%O ISBN-0-000-00000-0
11181fba91bSMike Pritchard.Re
11281fba91bSMike Pritchard.Rs
11381fba91bSMike Pritchard.%A A. B. Author
11481fba91bSMike Pritchard.%D January 1997
11581fba91bSMike Pritchard.%J Example Journal Name
11681fba91bSMike Pritchard.%T Example Article Title
11781fba91bSMike Pritchard.Re
1189a78dbdeSMike Pritchard.Sh STANDARDS
1199a78dbdeSMike PritchardIf the command conforms to some standard, such as
1209a78dbdeSMike Pritchard.St -p1003.2
1219a78dbdeSMike Pritchardor
1229a78dbdeSMike Pritchard.St -ansiC ,
1239a78dbdeSMike Pritchardit should be noted here.
1249a78dbdeSMike Pritchard.Sh DIAGNOSTICS
12581fba91bSMike PritchardExist status is 0 on success, and 1 if the command
12681fba91bSMike Pritchardfails for one of the following reasons
12781fba91bSMike Pritchard.Bl -diag
12881fba91bSMike Pritchard.It example error message
12981fba91bSMike PritchardAn example of an error message.
13081fba91bSMike Pritchard.It another example error message.
13181fba91bSMike PritchardSelf explanatory.
13281fba91bSMike Pritchard.El
1339a78dbdeSMike Pritchard.Sh HISTORY
1349a78dbdeSMike PritchardThe
1359a78dbdeSMike Pritchard.Nm
1369a78dbdeSMike Pritchardmanual page example first appeared in
1379a78dbdeSMike Pritchard.Fx 3.0 .
13881fba91bSMike Pritchard.Pp
13981fba91bSMike PritchardSome other common
14081fba91bSMike Pritchard.Sx HISTORY
14181fba91bSMike Pritchardsection examples are:
14281fba91bSMike Pritchard.Pp
14381fba91bSMike PritchardThe
14481fba91bSMike Pritchard.Nm
14581fba91bSMike Pritchardmanual page example first appeared in
14681fba91bSMike Pritchard.Bx 4.4 .
14781fba91bSMike Pritchard.Pp
14881fba91bSMike PritchardThe
14981fba91bSMike Pritchard.Nm
15081fba91bSMike Pritchardmanual page example first appeared in
15181fba91bSMike Pritchard.At v6 .
1529a78dbdeSMike Pritchard.Sh AUTHOR
1539a78dbdeSMike PritchardThis
1549a78dbdeSMike Pritchardmanual page was written by Mike Pritchard
1559a78dbdeSMike Pritchard.Aq mpp@FreeBSD.ORG .
1569a78dbdeSMike Pritchard.Sh BUGS
1579a78dbdeSMike PritchardThe actual code for this command is vaporware.
158