diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-31 17:27:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2022-03-31 17:27:33 +0000 |
commit | 58a6bdb2eecf165eb39e1ff5a8082c4bd6ec1211 (patch) | |
tree | c631dd0d4ac59c3286cbf5b06d00e840263d40da /lib/libutil/isduid.3 | |
parent | a7df80ab7071480723f6f681dc3bbfcda8caffb5 (diff) |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
Diffstat (limited to 'lib/libutil/isduid.3')
-rw-r--r-- | lib/libutil/isduid.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/isduid.3 b/lib/libutil/isduid.3 index 4c5143a5b12..0613c9cb934 100644 --- a/lib/libutil/isduid.3 +++ b/lib/libutil/isduid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isduid.3,v 1.3 2015/07/15 15:16:59 sobrado Exp $ +.\" $OpenBSD: isduid.3,v 1.4 2022/03/31 17:27:18 naddy Exp $ .\" .\" * Copyright (c) Joel Sing <jsing@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 15 2015 $ +.Dd $Mdocdate: March 31 2022 $ .Dt ISDUID 3 .Os .Sh NAME @@ -38,7 +38,7 @@ are specified using the same flags as used by .Xr opendev 3 . .Pp If the OPENDEV_PART flag is included in -.Fa dflags +.Fa dflags , the disklabel UID must consist of a 16-character hexadecimal string. Otherwise the disklabel UID must consist of a 16-character hexadecimal string followed by a |