From 71c710e9a83326023746e7e84091cd4964964ca6 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 13 Jun 2019 23:42:49 +0200 Subject: [PATCH] man: Use major.minor version for .Nx macros The macro only recognizes this version form, and not just major alone. Signed-off-by: Guillem Jover --- man/strtoi.3bsd | 2 +- man/strtonum.3bsd | 2 +- man/strtou.3bsd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/strtoi.3bsd b/man/strtoi.3bsd index 62c441e..00d9651 100644 --- a/man/strtoi.3bsd +++ b/man/strtoi.3bsd @@ -229,7 +229,7 @@ extension. The .Fn strtoi function first appeared in -.Nx 7 . +.Nx 7.0 . .Ox introduced the .Fn strtonum 3bsd diff --git a/man/strtonum.3bsd b/man/strtonum.3bsd index e06347b..3154145 100644 --- a/man/strtonum.3bsd +++ b/man/strtonum.3bsd @@ -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 diff --git a/man/strtou.3bsd b/man/strtou.3bsd index 6bdc284..e64d84e 100644 --- a/man/strtou.3bsd +++ b/man/strtou.3bsd @@ -229,7 +229,7 @@ extension. The .Fn strtou function first appeared in -.Nx 7 . +.Nx 7.0 . .Ox introduced the .Fn strtonum 3bsd