summaryrefslogtreecommitdiff
path: root/devel/template.8
blob: 8f40c962adc45439cea8f4d4fd1314d2e3da4de2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.Dd May 15, 2020
.Dt <TOOL-NAME> 8
.Os "Adélie Linux"
.Sh NAME
.Nm <tool-name>
.Nd <short description of the tool's purpose>
.Sh SYNOPSIS
.Nm
.Op Fl a Ar ARGUMENT
.Op Fl f
.Sh DESCRIPTION
.Nm
does something.
.Bl -tag -width "-v VERSION" -offset indent -compact
.It Fl a Ar ARGUMENT
Specifies an argument to the tool.
.It Fl f
Sets a flag in the tool.
.Ss Sub-section
The
.Nm
utility does other things.
.Sh ENVIRONMENT
.Bl -tag -width "LONG_ENV_VAR" -offset indent -compact
.It Ev Sy ENV_VAR
Controls a behaviour of the tool.
.It Ev Sy LONG_ENV_VAR
Controls another behaviour.
.Sh FILES
.Bl -ohang -width "/etc/foo" -offset indent -compact
.It Pa /etc/foo
.Nm
reads the /etc/foo file for foos.
.Sh EXAMPLES
tool-name -f
.Pp
LONG_ENV_VAR=bar tool-name
.Sh SEE ALSO
.Xr mksquashfs 1 ,
.Xr apk 8 ,
.Xr mkisofs 8 .
.Sh HISTORY
The
.Nm
command first appeared in Horizon 1.0.
.Sh AUTHORS
.An A. Wilcox
.Aq awilfox@adelielinux.org