Author: 0mp (doc,ports committer)
Date: Wed Mar 18 15:02:09 2020
New Revision: 359071
URL: https://svnweb.freebsd.org/changeset/base/359071

Log:
  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

Modified:
  head/usr.bin/posixshmcontrol/posixshmcontrol.1

Modified: head/usr.bin/posixshmcontrol/posixshmcontrol.1
==============================================================================
--- head/usr.bin/posixshmcontrol/posixshmcontrol.1      Wed Mar 18 14:16:14 
2020        (r359070)
+++ head/usr.bin/posixshmcontrol/posixshmcontrol.1      Wed Mar 18 15:02:09 
2020        (r359071)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 30, 2019
+.Dd March 18, 2020
 .Dt POSIXSHMCONTROL 1
 .Os
 .Sh NAME
@@ -99,7 +99,7 @@ Argument to the
 .Fl s
 option specifies new length.
 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.
 .El
 .Pp
@@ -143,10 +143,12 @@ and then enlarge it to 1M, use the sequence of command
 The
 .Nm
 command appeared in
-.Fx 13.0 .
+.Fx 12.1 .
 .Sh AUTHORS
 The
 .Nm
 command and this manual page were written by
 .An Konstantin Belousov Aq Mt k...@freebsd.org
-under sponsorship from The FreeBSD Foundation.
+under sponsorship from The
+.Fx
+Foundation.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to