From: Guillem Jover Date: Thu, 13 Jun 2019 21:43:57 +0000 (+0200) Subject: man: Define doc-operating-system-NetBSD string variables X-Git-Tag: 0.10.0~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99320b9168ffb0112def1a712e8d59441d1b46d9;p=thirdparty%2Flibbsd.git man: Define doc-operating-system-NetBSD string variables This way we do not depend on the installed groff being new enough. Signed-off-by: Guillem Jover --- diff --git a/man/errc.3bsd b/man/errc.3bsd index 0fa61a8..b330b6b 100644 --- a/man/errc.3bsd +++ b/man/errc.3bsd @@ -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 , diff --git a/man/strtoi.3bsd b/man/strtoi.3bsd index 00d9651..80aab7b 100644 --- a/man/strtoi.3bsd +++ b/man/strtoi.3bsd @@ -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 diff --git a/man/strtonum.3bsd b/man/strtonum.3bsd index 3154145..d216d00 100644 --- a/man/strtonum.3bsd +++ b/man/strtonum.3bsd @@ -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 diff --git a/man/strtou.3bsd b/man/strtou.3bsd index e64d84e..09cc458 100644 --- a/man/strtou.3bsd +++ b/man/strtou.3bsd @@ -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