diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2019-05-30 16:02:40 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2019-05-30 16:02:40 +0000 |
| commit | a3e3f1b8706d4d52191efc853b6606d6fa847fd4 (patch) | |
| tree | eabe4febabf09111553fc4e7f817e7e0aaebf623 | |
| parent | 028168707542bad1696053780463ce65b4be7813 (diff) | |
Notes
| -rw-r--r-- | usr.bin/posixshmcontrol/posixshmcontrol.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/posixshmcontrol/posixshmcontrol.1 b/usr.bin/posixshmcontrol/posixshmcontrol.1 index 9989d341cf112..a0612a87d8a01 100644 --- a/usr.bin/posixshmcontrol/posixshmcontrol.1 +++ b/usr.bin/posixshmcontrol/posixshmcontrol.1 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 27, 2019 +.Dd May 30, 2019 .Dt POSIXSHMCONTROL 1 .Os .Sh NAME @@ -97,14 +97,14 @@ utility. Change the length of the segments. Argument to the .Fl s -option specifies new length, the human-friendly 'k', 'm', 'g' suffixes -can be used, see +option specifies new length. +The human-friendly 'k', 'm', 'g' suffixes can be used, see .Xr expand_number 3. If the option is not specified, assumed length is zero. .El .Pp For some commands, the following options may be provided: -.Bl -tag XX +.Bl -tag -width XXX .It Fl h If specified, requests human-readable display of size, see .Xr humanize_number 3 . |
