diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-12 20:06:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-12 20:06:27 +0000 |
commit | 29ec30f0b2871b71081c1c30246f0d18ef203a1c (patch) | |
tree | 537624a741935dc046c3fd0511c76155ae89ee38 /lib/libc | |
parent | e05151fe94cab0a7dc5ad34479ec06784b131e7f (diff) |
Missing colons.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/chflags.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/msync.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/open.2 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index cb61b1562ee..cf2457c6ebc 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.2,v 1.19 2005/08/10 01:16:01 jaredy Exp $ +.\" $OpenBSD: chflags.2,v 1.20 2005/09/12 20:06:26 miod Exp $ .\" $NetBSD: chflags.2,v 1.6 1995/02/27 12:32:03 cgd Exp $ .\" .\" Copyright (c) 1989, 1993 @@ -54,7 +54,7 @@ has its flags changed to .Pp The flags specified are formed by .Tn OR Ns 'ing -the following values +the following values: .Pp .Bl -tag -width "SF_IMMUTABLE" -compact -offset indent .It Dv UF_NODUMP diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index 0cb27557cc9..0cd6c44331c 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msync.2,v 1.18 2004/04/15 19:52:18 jmc Exp $ +.\" $OpenBSD: msync.2,v 1.19 2005/09/12 20:06:26 miod Exp $ .\" $NetBSD: msync.2,v 1.8 1995/10/12 15:41:09 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -71,7 +71,7 @@ The .Fa flags argument is formed by .Tn OR Ns 'ing -the following values +the following values: .Bd -literal -offset indent MS_ASYNC Perform asynchronous writes. MS_SYNC Perform synchronous writes. diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index d6b10423c0d..c54d55146b1 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/open.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: open.2,v 1.31 2003/07/09 21:29:40 jmc Exp $ +.\" $OpenBSD: open.2,v 1.32 2005/09/12 20:06:26 miod Exp $ .\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -62,7 +62,7 @@ and modified by the process' umask value (see .Pp The flags specified are formed by .Tn OR Ns 'ing -the following values +the following values: .Pp .Bl -tag -width O_NONBLOCK -offset indent -compact .It Dv O_RDONLY |