38 .It Fl flag1
39 Description of the above flag1
40 .It Fl flag2
41 Description of the above flag2
42 .El
43 .Sh OPERANDS
44 .\" This should be a list of non-flag arguments that are supported
45 .\" and what they do in the following form.
46 The following operands are supported:
47 .Bl -tag -width Ar
48 .It Ar oper1
49 Description of what oper1 is.
50 .It Ar oper2
51 Description of what oper2 is.
52 .El
53 .Sh EXIT STATUS
54 .\" This section should indicate the set of exit codes one can expect.
55 .\" In general, do not use the '.Ex' macro and instead call out the
56 .\" different error values. One would expect at least a difference
57 .\" between an error during execution and an error in the usage.
58 .Sh EXAMPLES
59 .\" There should be multiple examples present that describe how to use
60 .\" different parts of the command. This section should not be skipped
61 .\" and it's good to have a number of them.
62 .\" .Sh ENVIRONMENT
63 .\" If the program reacts to environment variables, most often locale
64 .\" related ones, document those here. If they are just the standard
65 .\" locale ones, use the following text, adjusting it for the exact set
66 .\" of locale specific values that impact it:
67 .\" See
68 .\" .Xr environ 5
69 .\" for descriptions of the following environment variables
70 .\" that affect the execution of
71 .\" .Nm :
72 .\" .Ev LANG ,
73 .\" .Ev LC_ALL ,
74 .\" .Ev LC_MESSAGES ,
75 .\" .Ev LC_NUMERIC ,
76 .\" and
77 .\" .Ev NLSPATH .
78 .\" .Sh CODE SET INDEPENDENCE
79 .\" If there are issues around the code set, indicate so here. See
80 .\" attributes(5).
81 .Sh INTERFACE STABILITY
82 .\" When documenting the stability of commands it's useful to
|
38 .It Fl flag1
39 Description of the above flag1
40 .It Fl flag2
41 Description of the above flag2
42 .El
43 .Sh OPERANDS
44 .\" This should be a list of non-flag arguments that are supported
45 .\" and what they do in the following form.
46 The following operands are supported:
47 .Bl -tag -width Ar
48 .It Ar oper1
49 Description of what oper1 is.
50 .It Ar oper2
51 Description of what oper2 is.
52 .El
53 .Sh EXIT STATUS
54 .\" This section should indicate the set of exit codes one can expect.
55 .\" In general, do not use the '.Ex' macro and instead call out the
56 .\" different error values. One would expect at least a difference
57 .\" between an error during execution and an error in the usage.
58 .\" The following exit values are returned:
59 .\" .Bl -tag -width Ds
60 .\" .It Sy 0
61 .\" All input files were successfully processed.
62 .\" .It Sy >0
63 .\" An error occurred.
64 .\" .El
65 .Sh EXAMPLES
66 .\" There should be multiple examples present that describe how to use
67 .\" different parts of the command. This section should not be skipped
68 .\" and it's good to have a number of them.
69 .\" .Bl -tag -width 6
70 .\" .It Sy Example 1 No description of example
71 .\" .Pp
72 .\" Introduction
73 .\" .Bd -literal
74 .\" $ command
75 .\" .Ed
76 .\" .El
77 .\" .Sh ENVIRONMENT VARIABLES
78 .\" If the program reacts to environment variables, most often locale
79 .\" related ones, document those here. If they are just the standard
80 .\" locale ones, use the following text, adjusting it for the exact set
81 .\" of locale specific values that impact it:
82 .\" See
83 .\" .Xr environ 5
84 .\" for descriptions of the following environment variables
85 .\" that affect the execution of
86 .\" .Nm :
87 .\" .Ev LANG ,
88 .\" .Ev LC_ALL ,
89 .\" .Ev LC_MESSAGES ,
90 .\" .Ev LC_NUMERIC ,
91 .\" and
92 .\" .Ev NLSPATH .
93 .\" .Sh CODE SET INDEPENDENCE
94 .\" If there are issues around the code set, indicate so here. See
95 .\" attributes(5).
96 .Sh INTERFACE STABILITY
97 .\" When documenting the stability of commands it's useful to
|