1374334e4SBruce Evans.\" Copyright (c) [year] [your name] 2374334e4SBruce Evans.\" 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. 129a78dbdeSMike Pritchard.\" 13374334e4SBruce Evans.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 149a78dbdeSMike Pritchard.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 159a78dbdeSMike Pritchard.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 169a78dbdeSMike Pritchard.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 179a78dbdeSMike Pritchard.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 189a78dbdeSMike Pritchard.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 199a78dbdeSMike Pritchard.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 209a78dbdeSMike Pritchard.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 219a78dbdeSMike Pritchard.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 229a78dbdeSMike Pritchard.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 239a78dbdeSMike Pritchard.\" SUCH DAMAGE. 249a78dbdeSMike Pritchard.\" 257dc5a4daSMike Pritchard.\" $FreeBSD$ 267dc5a4daSMike Pritchard.\" Note: All FreeBSD man pages should have a FreeBSD revision 277dc5a4daSMike Pritchard.\" control id to make it easier for translation teams to track 287dc5a4daSMike Pritchard.\" changes. 299a78dbdeSMike Pritchard.\" 3081fba91bSMike Pritchard.\" Note: The date here should be updated whenever a non-trivial 3181fba91bSMike Pritchard.\" change is made to the manual page. 3281fba91bSMike Pritchard.Dd January 8, 1997 339a78dbdeSMike Pritchard.Dt EXAMPLE 1 349a78dbdeSMike Pritchard.\" Note: Only specify the operating system when the command 359a78dbdeSMike Pritchard.\" is FreeBSD specific, otherwise use the .Os macro with no 369a78dbdeSMike Pritchard.\" arguments. 379cb8091fSMike Pritchard.Os FreeBSD 2.2 389a78dbdeSMike Pritchard.Sh NAME 399a78dbdeSMike Pritchard.Nm example 409a78dbdeSMike Pritchard.Nd example command manual page 419a78dbdeSMike Pritchard.Sh SYNOPSIS 429a78dbdeSMike Pritchard.Nm example 439a78dbdeSMike Pritchard.Op Fl abc 449a78dbdeSMike Pritchard.Op Fl d Ar argument 459a78dbdeSMike Pritchard.Ar file 469a78dbdeSMike Pritchard.Sh DESCRIPTION 479a78dbdeSMike PritchardThis is an example manual page for 489a78dbdeSMike Pritchardthe 499a78dbdeSMike Pritchard.Nm 509a78dbdeSMike Pritchardcommand. It is intended 519a78dbdeSMike Pritchardthat this example can be used as a template when writing 529a78dbdeSMike Pritcharda new manual page. 539a78dbdeSMike Pritchard.Pp 549a78dbdeSMike PritchardThe options are as follows: 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 125e6b43fd1SJordan K. HubbardExit 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 1379cb8091fSMike Pritchard.Fx 2.2 . 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 . 152facbd487SPhilippe Charnier.Sh AUTHORS 1539a78dbdeSMike PritchardThis 154d00f4c32SMike Pritchardmanual page was written by 155facbd487SPhilippe Charnier.An Mike Pritchard Aq mpp@FreeBSD.org . 1569a78dbdeSMike Pritchard.Sh BUGS 1579a78dbdeSMike PritchardThe actual code for this command is vaporware. 158