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 FUNCNAME 9F
16 .\" FUNCNAME should be replaced with the primary function that you are
17 .\" documenting. If there is more than one function, then you should either
18 .\" use the primary function of the group or a more general name. Every
19 .\" documented function will appear in the NAME section below.
20 .Os
21 .Sh NAME
22 .Nm funcname ,
23 .Nm funcname2
24 .Nd short description
25 .Sh SYNOPSIS
26 .\" .In sys/header.h
27 .\" .Ft "return type"
28 .\" .Fo funcname
29 .\" .Fa "arg 0 type and name"
30 .\" .Fa "arg 1 type and name"
31 .\" .Fc
32 .\" Repeat above for each documented entry
|
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 FUNCNAME 9F
16 .\" FUNCNAME should be replaced with the primary function that you are
17 .\" documenting. If there is more than one function, then you should either
18 .\" use the primary function of the group or a more general name. Every
19 .\" documented function will appear in the NAME section below.
20 .Os
21 .Sh NAME
22 .Nm funcname ,
23 .Nm funcname2
24 .Nd short description
25 .Sh SYNOPSIS
26 .\" .In sys/header.h
27 .\" .Ft "return type"
28 .\" .Fo funcname
29 .\" .Fa "arg 0 type and name"
30 .\" .Fa "arg 1 type and name"
31 .\" .Fc
32 .\" Repeat above for each documented entry
|