diff options
author | ru <ru@FreeBSD.org> | 2002-05-29 15:06:24 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-29 15:06:24 +0000 |
commit | d8884723c1cd88a2d8b370038315fe4a979b96cb (patch) | |
tree | 2136ce5c482422093137d3a7a4573ab4f533148b /bin/ln | |
parent | 575bfcdb3a5fa46ae028ccb45ff0b5d2c1da2d23 (diff) | |
download | FreeBSD-src-d8884723c1cd88a2d8b370038315fe4a979b96cb.zip FreeBSD-src-d8884723c1cd88a2d8b370038315fe4a979b96cb.tar.gz |
mdoc(7) police: punctuation.
Diffstat (limited to 'bin/ln')
-rw-r--r-- | bin/ln/symlink.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 691f643..bfc0537 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -135,13 +135,13 @@ means of the system call. The flags, access permissions, owner/group and modification time of an existing symbolic link can be changed by means of the -.Xr lchflags 2 +.Xr lchflags 2 , .Xr lchmod 2 , .Xr lchown 2 , and -.Xr lutimes 2 , +.Xr lutimes 2 system calls, respectively. -Of these only the flags are used by the system; +Of these, only the flags are used by the system; the access permissions and ownership are ignored. .Pp The |