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
.Fn strtoi
function first appeared in
.Nx 7 .
.Nx 7.0 .
.Ox
introduced the
.Fn strtonum 3bsd

View 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

View File

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