]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Use major.minor version for .Nx macros
authorGuillem Jover <guillem@hadrons.org>
Thu, 13 Jun 2019 21:42:49 +0000 (23:42 +0200)
committerGuillem Jover <guillem@hadrons.org>
Thu, 8 Aug 2019 01:22:09 +0000 (03:22 +0200)
The macro only recognizes this version form, and not just major alone.

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

index 62c441e677834c5a978c5cfe7ca7514dd18862a1..00d965181ff1f11d607a48ab3778ecb9a5cde44c 100644 (file)
@@ -229,7 +229,7 @@ extension.
 The
 .Fn strtoi
 function first appeared in
-.Nx 7 .
+.Nx 7.0 .
 .Ox
 introduced the
 .Fn strtonum 3bsd
index e06347bcf5233f488764c97747e8c79dd5d3a1d5..31541459a8a600a142ceeb2ff2a02387b8fbad9d 100644 (file)
@@ -151,7 +151,7 @@ function first appeared in
 .Ox 3.6 .
 .Fn strtonum
 was redesigned in
-.Nx 8
+.Nx 8.0
 as
 .Fn strtoi 3bsd
 and
index 6bdc2848af6584305a4519a375f0e3c23ae78674..e64d84e6ffdce0917ed801c36efe9c2b8d82149d 100644 (file)
@@ -229,7 +229,7 @@ extension.
 The
 .Fn strtou
 function first appeared in
-.Nx 7 .
+.Nx 7.0 .
 .Ox
 introduced the
 .Fn strtonum 3bsd