diff options
author | 2011-07-19 20:51:38 +0000 | |
---|---|---|
committer | 2011-07-19 20:51:38 +0000 | |
commit | e8473c9dde5be5995b2868908641f86f58b81443 (patch) | |
tree | 46a4dd744e4f723ee2a99a0cc2f430c6d89639bc /lib/libc | |
parent | tag fuzzy stuff for manual-installs too (diff) | |
download | wireguard-openbsd-e8473c9dde5be5995b2868908641f86f58b81443.tar.xz wireguard-openbsd-e8473c9dde5be5995b2868908641f86f58b81443.zip |
Change "If also flag is zero" to "If flag is also zero".
Requested by jmc@
Diffstat (limited to 'lib/libc')
-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 |