]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Define doc-operating-system-NetBSD string variables
authorGuillem Jover <guillem@hadrons.org>
Thu, 13 Jun 2019 21:43:57 +0000 (23:43 +0200)
committerGuillem Jover <guillem@hadrons.org>
Thu, 8 Aug 2019 01:22:09 +0000 (03:22 +0200)
This way we do not depend on the installed groff being new enough.

Signed-off-by: Guillem Jover <guillem@hadrons.org>
man/errc.3bsd
man/strtoi.3bsd
man/strtonum.3bsd
man/strtou.3bsd

index 0fa61a8023b8dd52cf7735cbfa191835f94934a5..b330b6b3fad11053ea1a9436aa7741461dd10658 100644 (file)
@@ -145,6 +145,7 @@ if ((fd = open(block_device, O_RDONLY, 0)) == -1)
 .Xr printf 3 ,
 .Xr strerror 3
 .Sh HISTORY
+.ds doc-operating-system-NetBSD-7.0 7.0
 The functions
 .Fn errc ,
 .Fn verrc ,
index 00d965181ff1f11d607a48ab3778ecb9a5cde44c..80aab7b78cc8138d90a185c4405f77a244d9ec79 100644 (file)
@@ -226,6 +226,7 @@ function is a
 .Nx
 extension.
 .Sh HISTORY
+.ds doc-operating-system-NetBSD-7.0 7.0
 The
 .Fn strtoi
 function first appeared in
index 31541459a8a600a142ceeb2ff2a02387b8fbad9d..d216d003842d9ef7d7da57e703ddd9bb4fdbd5a2 100644 (file)
@@ -145,6 +145,7 @@ is an
 .Ox
 extension.
 .Sh HISTORY
+.ds doc-operating-system-NetBSD-8.0 8.0
 The
 .Fn strtonum
 function first appeared in
index e64d84e6ffdce0917ed801c36efe9c2b8d82149d..09cc458518fe535c019ef2def587ee76951da120 100644 (file)
@@ -220,6 +220,7 @@ the range given was invalid, i.e.
 .Xr strtoull 3 ,
 .Xr strtoumax 3
 .Sh STANDARDS
+.ds doc-operating-system-NetBSD-7.0 7.0
 The
 .Fn strtou
 function is a