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. 32ed0bfbe5SMike Pritchard.Dd December 8, 1999 339a78dbdeSMike Pritchard.Dt EXAMPLE 1 349fdcafcfSRuslan Ermilov.Os 359a78dbdeSMike Pritchard.Sh NAME 369a78dbdeSMike Pritchard.Nm example 379a78dbdeSMike Pritchard.Nd example command manual page 389a78dbdeSMike Pritchard.Sh SYNOPSIS 397c7fb079SRuslan Ermilov.Nm 409a78dbdeSMike Pritchard.Op Fl abc 419a78dbdeSMike Pritchard.Op Fl d Ar argument 429a78dbdeSMike Pritchard.Ar file 439a78dbdeSMike Pritchard.Sh DESCRIPTION 4403e563d7SSheldon HearnThis is an example manual page for the 459a78dbdeSMike Pritchard.Nm 4603e563d7SSheldon Hearncommand. 4703e563d7SSheldon HearnIt is intended that this example can be used as a template 4803e563d7SSheldon Hearnwhen writing a new manual page. 499a78dbdeSMike Pritchard.Pp 509a78dbdeSMike PritchardThe options are as follows: 519a78dbdeSMike Pritchard.Bl -tag -width Fl 529a78dbdeSMike Pritchard.It Fl a 539a78dbdeSMike PritchardExample optional 549a78dbdeSMike Pritchard.Fl a 559a78dbdeSMike Pritchardoption. 569a78dbdeSMike Pritchard.It Fl b 579a78dbdeSMike PritchardExample optional 589a78dbdeSMike Pritchard.Fl b 599a78dbdeSMike Pritchardoption. 609a78dbdeSMike Pritchard.It Fl c 619a78dbdeSMike PritchardExample optional 629a78dbdeSMike Pritchard.Fl c 639a78dbdeSMike Pritchardoption. 649a78dbdeSMike Pritchard.It Fl d Ar argument 659a78dbdeSMike PritchardExample optional 669a78dbdeSMike Pritchard.Fl d 679a78dbdeSMike Pritchardoption with required argument 689a78dbdeSMike Pritchard.Ar argument . 699a78dbdeSMike Pritchard.It Ar file 709a78dbdeSMike PritchardRequired argument 719a78dbdeSMike Pritchard.Ar file . 729a78dbdeSMike Pritchard.El 739a78dbdeSMike Pritchard.Sh ENVIRONMENT 749a78dbdeSMike PritchardThe 759a78dbdeSMike Pritchard.Nm 769a78dbdeSMike Pritchardcommand ignores the 779a78dbdeSMike Pritchard.Ev EXAMPLE 789a78dbdeSMike Pritchardenvironment variable. 799a78dbdeSMike Pritchard.Sh FILES 809a78dbdeSMike Pritchard.Bl -tag -width /dev/null -compact 819a78dbdeSMike Pritchard.It Pa /dev/null 829a78dbdeSMike PritchardExample of a file in the 839a78dbdeSMike Pritchard.Sx FILES 849a78dbdeSMike Pritchardsection. 859a78dbdeSMike Pritchard.El 8681fba91bSMike Pritchard.Sh EXAMPLES 8781fba91bSMike PritchardThe following is an example of a typical usage 8881fba91bSMike Pritchardof the 8981fba91bSMike Pritchard.Nm 9081fba91bSMike Pritchardcommand: 9181fba91bSMike Pritchard.Pp 9281fba91bSMike Pritchard.Dl % example -abc -d xyzzy /dev/null 93ed0bfbe5SMike Pritchard.Sh DIAGNOSTICS 94ed0bfbe5SMike PritchardExit status is 0 on success, and 1 if the command 95ed0bfbe5SMike Pritchardfails for one of the following reasons 96ed0bfbe5SMike Pritchard.Bl -diag 97ed0bfbe5SMike Pritchard.It example error message 98ed0bfbe5SMike PritchardAn example of an error message. 99ed0bfbe5SMike Pritchard.It another example error message. 100ed0bfbe5SMike PritchardSelf explanatory. 101ed0bfbe5SMike Pritchard.El 102ed0bfbe5SMike Pritchard.Sh COMPATIBILITY 103ed0bfbe5SMike PritchardThe 104ed0bfbe5SMike Pritchard.Nm 105ed0bfbe5SMike Pritchardcommand has no known compatibility issues. 1069a78dbdeSMike Pritchard.Sh SEE ALSO 1079a78dbdeSMike Pritchard.Xr example 3 , 1089a78dbdeSMike Pritchard.Xr example 4 , 1091837dd5dSRuslan Ermilov.Xr mdoc 7 11081fba91bSMike Pritchard.Rs 11181fba91bSMike Pritchard.%A A. B. Author 11281fba91bSMike Pritchard.%T Example RFC Title 11381fba91bSMike Pritchard.%O RFC0000 11481fba91bSMike Pritchard.Re 11581fba91bSMike Pritchard.Rs 11681fba91bSMike Pritchard.%A A. B. Author 11781fba91bSMike Pritchard.%B Example Book Title 11881fba91bSMike Pritchard.%O ISBN-0-000-00000-0 11981fba91bSMike Pritchard.Re 12081fba91bSMike Pritchard.Rs 12181fba91bSMike Pritchard.%A A. B. Author 12281fba91bSMike Pritchard.%D January 1997 12381fba91bSMike Pritchard.%J Example Journal Name 12481fba91bSMike Pritchard.%T Example Article Title 12581fba91bSMike Pritchard.Re 1269a78dbdeSMike Pritchard.Sh STANDARDS 1279a78dbdeSMike PritchardIf the command conforms to some standard, such as 1289a78dbdeSMike Pritchard.St -p1003.2 1299a78dbdeSMike Pritchardor 130588a200cSRuslan Ermilov.St -isoC , 1319a78dbdeSMike Pritchardit should be noted here. 1329a78dbdeSMike Pritchard.Sh HISTORY 1339a78dbdeSMike PritchardThe 1349a78dbdeSMike Pritchard.Nm 1359a78dbdeSMike Pritchardmanual page example first appeared in 1369cb8091fSMike Pritchard.Fx 2.2 . 13781fba91bSMike Pritchard.Pp 13881fba91bSMike PritchardSome other common 13981fba91bSMike Pritchard.Sx HISTORY 14081fba91bSMike Pritchardsection examples are: 14181fba91bSMike Pritchard.Pp 14281fba91bSMike PritchardThe 14381fba91bSMike Pritchard.Nm 14481fba91bSMike Pritchardmanual page example first appeared in 14581fba91bSMike Pritchard.Bx 4.4 . 14681fba91bSMike Pritchard.Pp 14781fba91bSMike PritchardThe 14881fba91bSMike Pritchard.Nm 14981fba91bSMike Pritchardmanual page example first appeared in 15081fba91bSMike Pritchard.At v6 . 151facbd487SPhilippe Charnier.Sh AUTHORS 1529a78dbdeSMike PritchardThis 153d00f4c32SMike Pritchardmanual page was written by 154facbd487SPhilippe Charnier.An Mike Pritchard Aq mpp@FreeBSD.org . 1559a78dbdeSMike Pritchard.Sh BUGS 1569a78dbdeSMike PritchardThe actual code for this command is vaporware. 157