1 .\"
2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
5 .\" 1.0 of the CDDL.
6 .\"
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
10 .\"
11 .\"
12 .\" Copyright 2020 <contributor>
13 .\"
14 .Dd Month Day, Year
15 .Dt COMMAND 1
16 .\" Here and in other places "COMMAND" and "command" are place holders
17 .\" that should be replaced with the name of the actual command that
18 .\" this is documenting.
19 .Os
20 .Sh NAME
21 .Nm command
22 .Nd short description
23 .Sh SYNOPSIS
24 .Nm
25 .\" Each of the following lines should use the Fl and Ar options to
26 .\" indicate the set of supported options and flags. There should be one
27 .\" option and argument per line. If there are independent ways of
28 .\" invoking the command or independent sub-commands ala zfs(1M) or
29 .\" dladm(1M), there should be a fresh '.Nm' to indicate that and the
30 .\" sub-command should use .Cm.
31 .Sh DESCRIPTION
32 .\" Describe the purpose of the utility, what it does and how it
|
1 .\"
2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
5 .\" 1.0 of the CDDL.
6 .\"
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
10 .\"
11 .\"
12 .\" Copyright 2021 <contributor>
13 .\"
14 .Dd Month Day, Year
15 .Dt COMMAND 1
16 .\" Here and in other places "COMMAND" and "command" are place holders
17 .\" that should be replaced with the name of the actual command that
18 .\" this is documenting.
19 .Os
20 .Sh NAME
21 .Nm command
22 .Nd short description
23 .Sh SYNOPSIS
24 .Nm
25 .\" Each of the following lines should use the Fl and Ar options to
26 .\" indicate the set of supported options and flags. There should be one
27 .\" option and argument per line. If there are independent ways of
28 .\" invoking the command or independent sub-commands ala zfs(1M) or
29 .\" dladm(1M), there should be a fresh '.Nm' to indicate that and the
30 .\" sub-command should use .Cm.
31 .Sh DESCRIPTION
32 .\" Describe the purpose of the utility, what it does and how it
|