diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-07-19 20:51:39 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-07-19 20:51:39 +0000 |
commit | 5b820033479ae9ce9acd840bf2a257dca5e2b56c (patch) | |
tree | 455aea806a6827e24f6e81722d6e6dbf5b32c0a7 /lib | |
parent | 2e0ad3f5e80dd2ff6c63b556705c14ba25406f31 (diff) |
Change "If also flag is zero" to "If flag is also zero".
Requested by jmc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/access.2 | 8 | ||||
-rw-r--r-- | lib/libc/sys/chmod.2 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index 8a0fbd320c9..936d35cb58e 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: access.2,v 1.16 2011/07/18 23:04:40 matthew Exp $ +.\" $OpenBSD: access.2,v 1.17 2011/07/19 20:51:38 matthew Exp $ .\" $NetBSD: access.2,v 1.7 1995/02/27 12:31:44 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)access.2 8.2 (Berkeley) 4/1/94 .\" -.Dd $Mdocdate: July 18 2011 $ +.Dd $Mdocdate: July 19 2011 $ .Dt ACCESS 2 .Os .Sh NAME @@ -109,9 +109,9 @@ is passed the special value in the .Fa fd parameter, the current working directory is used. -If also +If .Fa flag -is zero, the behavior is identical to a call to +is also zero, the behavior is identical to a call to .Fn access . .Pp Values for diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 6e81521c90e..5a88b65b887 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.2,v 1.15 2011/07/18 23:04:40 matthew Exp $ +.\" $OpenBSD: chmod.2,v 1.16 2011/07/19 20:51:38 matthew Exp $ .\" $NetBSD: chmod.2,v 1.7 1995/02/27 12:32:06 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)chmod.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: July 18 2011 $ +.Dd $Mdocdate: July 19 2011 $ .Dt CHMOD 2 .Os .Sh NAME @@ -130,9 +130,9 @@ is passed the special value in the .Fa fd parameter, the current working directory is used. -If also +If .Fa flag -is zero, the behavior is identical to a call to +is also zero, the behavior is identical to a call to .Fn chmod . .Pp Values for |