diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2021-01-27 17:18:17 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-01-27 17:18:17 +0000 |
commit | 8dba3dd846cf60c9014f81b099058a9023477096 (patch) | |
tree | 2b7420567da730b50407a82109ab7edb18cb9a67 | |
parent | 35dabb7b9cff601045b623aeca59ccc68930d520 (diff) | |
download | src-8dba3dd846cf60c9014f81b099058a9023477096.tar.gz src-8dba3dd846cf60c9014f81b099058a9023477096.zip |
cnv(9): Use a proper manual page section
-rw-r--r-- | share/man/man9/cnv.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/cnv.9 b/share/man/man9/cnv.9 index 737a1b2fb518..eaae3f7156ab 100644 --- a/share/man/man9/cnv.9 +++ b/share/man/man9/cnv.9 @@ -166,7 +166,7 @@ resources. If an element of the given cookie has the wrong type or does not exist, the program is aborted. -.Sh EXAMPLE +.Sh EXAMPLES The following example demonstrates how to deal with cnvlist API. .Bd -literal int type; |