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 <guillem@hadrons.org>
This commit is contained in:
Guillem Jover 2019-06-13 23:42:49 +02:00
parent 21f4052c5b
commit 71c710e9a8
3 changed files with 3 additions and 3 deletions

View File

@ -229,7 +229,7 @@ extension.
The The
.Fn strtoi .Fn strtoi
function first appeared in function first appeared in
.Nx 7 . .Nx 7.0 .
.Ox .Ox
introduced the introduced the
.Fn strtonum 3bsd .Fn strtonum 3bsd

View File

@ -151,7 +151,7 @@ function first appeared in
.Ox 3.6 . .Ox 3.6 .
.Fn strtonum .Fn strtonum
was redesigned in was redesigned in
.Nx 8 .Nx 8.0
as as
.Fn strtoi 3bsd .Fn strtoi 3bsd
and and

View File

@ -229,7 +229,7 @@ extension.
The The
.Fn strtou .Fn strtou
function first appeared in function first appeared in
.Nx 7 . .Nx 7.0 .
.Ox .Ox
introduced the introduced the
.Fn strtonum 3bsd .Fn strtonum 3bsd