From c4edca756e8ad2adbc85cad8656a3acceb69d398 Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Tue, 19 Jul 2011 20:58:06 +0000 Subject: Change "constructed by bitwise-inclusive OR'ing of flags from ..." to "constructed by bitwise-inclusive ORing flags from ..." Requested by jmc@ --- lib/libc/sys/access.2 | 6 +++--- lib/libc/sys/chmod.2 | 10 +++++----- lib/libc/sys/chown.2 | 8 ++++---- lib/libc/sys/link.2 | 8 ++++---- lib/libc/sys/stat.2 | 8 ++++---- lib/libc/sys/unlink.2 | 8 ++++---- lib/libc/sys/utimes.2 | 6 +++--- 7 files changed, 27 insertions(+), 27 deletions(-) (limited to 'lib') diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index 936d35cb58e..08c47a922e5 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: access.2,v 1.17 2011/07/19 20:51:38 matthew Exp $ +.\" $OpenBSD: access.2,v 1.18 2011/07/19 20:58:05 matthew Exp $ .\" $NetBSD: access.2,v 1.7 1995/02/27 12:31:44 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -117,8 +117,8 @@ is also zero, the behavior is identical to a call to Values for .Fa flag are constructed by bitwise-inclusive -.Tn OR Ns 'ing -of flags from the following list defined in +.Tn OR Ns ing +flags from the following list defined in .In fcntl.h : .Pp .Bl -tag -width AT_EACCESS -offset indent -compact diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 5a88b65b887..0e954343649 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.2,v 1.16 2011/07/19 20:51:38 matthew Exp $ +.\" $OpenBSD: chmod.2,v 1.17 2011/07/19 20:58:05 matthew Exp $ .\" $NetBSD: chmod.2,v 1.7 1995/02/27 12:32:06 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -62,8 +62,8 @@ or is the superuser. Values for .Fa mode are constructed by bitwise-inclusive -.Tn OR Ns 'ing -of permission bit masks from the following list defined in +.Tn OR Ns ing +permission bit masks from the following list defined in .In sys/stat.h : .Bd -literal -offset indent #define S_IRWXU 0000700 /* RWX mask for owner */ @@ -138,8 +138,8 @@ is also zero, the behavior is identical to a call to Values for .Fa flag are constructed by bitwise-inclusive -.Tn OR Ns 'ing -of flags from the following list defined in +.Tn OR Ns ing +flags from the following list defined in .In fcntl.h : .Pp .Bl -tag -width AT_SYMLINK_NOFOLLOW -offset indent -compact diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2 index bb4ba52788c..d083222cddc 100644 --- a/lib/libc/sys/chown.2 +++ b/lib/libc/sys/chown.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chown.2,v 1.16 2011/07/18 23:04:40 matthew Exp $ +.\" $OpenBSD: chown.2,v 1.17 2011/07/19 20:58:05 matthew Exp $ .\" $NetBSD: chown.2,v 1.10 1995/10/12 15:40:47 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)chown.2 8.4 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: July 18 2011 $ +.Dd $Mdocdate: July 19 2011 $ .Dt CHOWN 2 .Os .Sh NAME @@ -120,8 +120,8 @@ bit is set in Values for .Fa flag are constructed by bitwise-inclusive -.Tn OR Ns 'ing -of flags from the following list defined in +.Tn OR Ns ing +flags from the following list defined in .In fcntl.h : .Pp .Bl -tag -width AT_SYMLINK_NOFOLLOW -offset indent -compact diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index ce0402b425c..41ac5d88843 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: link.2,v 1.19 2011/07/18 23:04:40 matthew Exp $ +.\" $OpenBSD: link.2,v 1.20 2011/07/19 20:58:05 matthew Exp $ .\" $NetBSD: link.2,v 1.7 1995/02/27 12:34:01 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)link.2 8.3 (Berkeley) 1/12/94 .\" -.Dd $Mdocdate: July 18 2011 $ +.Dd $Mdocdate: July 19 2011 $ .Dt LINK 2 .Os .Sh NAME @@ -108,8 +108,8 @@ argument. Values for .Fa flag are constructed by bitwise-inclusive -.Tn OR Ns 'ing -of flags from the following list defined in +.Tn OR Ns ing +flags from the following list defined in .In fcntl.h : .Pp .Bl -tag -width AT_SYMLINK_FOLLOW -offset indent -compact diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index f639f34b420..90c7e0649e2 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.2,v 1.29 2011/07/18 23:04:40 matthew Exp $ +.\" $OpenBSD: stat.2,v 1.30 2011/07/19 20:58:05 matthew Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)stat.2 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: July 18 2011 $ +.Dd $Mdocdate: July 19 2011 $ .Dt STAT 2 .Os .Sh NAME @@ -114,8 +114,8 @@ bit is set in Values for .Fa flag are constructed by bitwise-inclusive -.Tn OR Ns 'ing -of flags from the following list defined in +.Tn OR Ns ing +flags from the following list defined in .In fcntl.h : .Pp .Bl -tag -width AT_SYMLINK_NOFOLLOW -offset indent -compact diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2 index 424078aaa9e..39ce1262d99 100644 --- a/lib/libc/sys/unlink.2 +++ b/lib/libc/sys/unlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unlink.2,v 1.17 2011/07/18 23:04:40 matthew Exp $ +.\" $OpenBSD: unlink.2,v 1.18 2011/07/19 20:58:05 matthew Exp $ .\" $NetBSD: unlink.2,v 1.7 1995/02/27 12:39:13 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)unlink.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: July 18 2011 $ +.Dd $Mdocdate: July 19 2011 $ .Dt UNLINK 2 .Os .Sh NAME @@ -96,8 +96,8 @@ bit is set in Values for .Fa flag are constructed by bitwise-inclusive -.Tn OR Ns 'ing -of flags from the following list defined in +.Tn OR Ns ing +flags from the following list defined in .In fcntl.h : .Pp .Bl -tag -width AT_REMOVEDIR -offset indent -compact diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2 index 03d5b3ad51e..7ca7fd716d7 100644 --- a/lib/libc/sys/utimes.2 +++ b/lib/libc/sys/utimes.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utimes.2,v 1.15 2011/07/19 07:10:38 jmc Exp $ +.\" $OpenBSD: utimes.2,v 1.16 2011/07/19 20:58:05 matthew Exp $ .\" $NetBSD: utimes.2,v 1.9 1996/04/23 10:34:16 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -129,8 +129,8 @@ parameter, the current working directory is used. Values for .Fa flag are constructed by bitwise-inclusive -.Tn OR Ns 'ing -of flags from the following list defined in +.Tn OR Ns ing +flags from the following list defined in .In fcntl.h : .Pp .Bl -tag -width AT_SYMLINK_NOFOLLOW -offset indent -compact -- cgit v1.2.3