Document that posixshmcontrol first appeared in 12.1

Also while here, I am addressing some linting issues.

PR:	243132
Submitted by:	Noah Altunian <nbaltunian gmail com>
Approved by:	bcr (mentor)
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D24112
This commit is contained in:
Mateusz Piotrowski 2020-03-18 15:02:09 +00:00
parent 15f16425e4
commit 6ac25cd4ac

View File

@ -27,7 +27,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd May 30, 2019 .Dd March 18, 2020
.Dt POSIXSHMCONTROL 1 .Dt POSIXSHMCONTROL 1
.Os .Os
.Sh NAME .Sh NAME
@ -99,7 +99,7 @@ Argument to the
.Fl s .Fl s
option specifies new length. option specifies new length.
The human-friendly 'k', 'm', 'g' suffixes can be used, see The human-friendly 'k', 'm', 'g' suffixes can be used, see
.Xr expand_number 3. .Xr expand_number 3 .
If the option is not specified, assumed length is zero. If the option is not specified, assumed length is zero.
.El .El
.Pp .Pp
@ -143,10 +143,12 @@ and then enlarge it to 1M, use the sequence of commands
The The
.Nm .Nm
command appeared in command appeared in
.Fx 13.0 . .Fx 12.1 .
.Sh AUTHORS .Sh AUTHORS
The The
.Nm .Nm
command and this manual page were written by command and this manual page were written by
.An Konstantin Belousov Aq Mt kib@freebsd.org .An Konstantin Belousov Aq Mt kib@freebsd.org
under sponsorship from The FreeBSD Foundation. under sponsorship from The
.Fx
Foundation.