example.1 (1fb04df956c6f99fafe2f63fe2b4c03a665372e2) example.1 (63fb0d3bc3fdd5163051ec35bc2f1e1837bc603e)
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:

--- 10 unchanged lines hidden (view full) ---

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.\"
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:

--- 10 unchanged lines hidden (view full) ---

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"

--- 5 unchanged lines hidden (view full) ---

42.Sh DESCRIPTION
43This is an example manual page for the
44.Nm
45command.
46It is intended that this example can be used as a template
47when writing a new manual page.
48.Pp
49The options are as follows:
27.\" Note: The date here should be updated whenever a non-trivial
28.\" change is made to the manual page.
29.Dd December 8, 1999
30.Dt EXAMPLE 1
31.Os
32.Sh NAME
33.Nm example
34.Nd "example command manual page"

--- 5 unchanged lines hidden (view full) ---

40.Sh DESCRIPTION
41This is an example manual page for the
42.Nm
43command.
44It is intended that this example can be used as a template
45when writing a new manual page.
46.Pp
47The options are as follows:
50.Bl -tag -width "-d Ar argument"
48.Bl -tag -width "-d argument"
51.It Fl a
52Example optional
53.Fl a
54option.
55.It Fl b
56Example optional
57.Fl b
58option.

--- 99 unchanged lines hidden ---
49.It Fl a
50Example optional
51.Fl a
52option.
53.It Fl b
54Example optional
55.Fl b
56option.

--- 99 unchanged lines hidden ---