summaryrefslogtreecommitdiff
path: root/lib/libc/sys/chmod.2
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2012-12-01 20:45:01 +0000
committerwiz <wiz@NetBSD.org>2012-12-01 20:45:01 +0000
commit3c04dec4d54fc57b205edcdff2e2128088e5cd02 (patch)
tree049e66f48f297969cc99beea799905060174d5d5 /lib/libc/sys/chmod.2
parent7cb612d3e5213fb91a1db7846bb33b0bc4e0a984 (diff)
Remove trailing whitespace.
Diffstat (limited to 'lib/libc/sys/chmod.2')
-rw-r--r--lib/libc/sys/chmod.214
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2
index 1a9be857f40..9aeeb62c89a 100644
--- a/lib/libc/sys/chmod.2
+++ b/lib/libc/sys/chmod.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: chmod.2,v 1.41 2012/11/18 17:41:53 manu Exp $
+.\" $NetBSD: chmod.2,v 1.42 2012/12/01 20:45:01 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -74,12 +74,12 @@ sets the permission bits of the link,
while
.Fn chmod
sets the bits of the file the link references.
-.Pp
-.Fn fchmodat
+.Pp
+.Fn fchmodat
works the same way as
-.Fn chmod
+.Fn chmod
(or
-.Fn lchmod
+.Fn lchmod
if
.Dv AT_SYMLINK_NOFOLLOW
is set in
@@ -90,7 +90,7 @@ is relative. In that case, it is looked up from a directory whose file
descriptor was passed as
.Fa fd .
Search permission is required on
-.Fa fd
+.Fa fd
except if that file descriptor was open with
.Dv O_SEARCH
option.
@@ -255,7 +255,7 @@ The
function conforms to
.St -p1003.1-90 .
.Fn fchmodat
-function conforms to
+function conforms to
.St -p1003.1-2008 .
.Sh HISTORY
The