Use serial comma. Update a count.
This commit is contained in:
parent
396579fb7a
commit
096e8a4d70
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: symlink.7,v 1.24 2017/04/21 20:17:26 christos Exp $
|
.\" $NetBSD: symlink.7,v 1.25 2017/04/24 09:42:19 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1992, 1993, 1994
|
.\" Copyright (c) 1992, 1993, 1994
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -107,7 +107,7 @@ the system call
|
||||||
would return a file descriptor to the file
|
would return a file descriptor to the file
|
||||||
.Qq afile .
|
.Qq afile .
|
||||||
.Pp
|
.Pp
|
||||||
There are twelve system calls that do not follow links, and which operate
|
There are eleven system calls that do not follow links, and which operate
|
||||||
on the symbolic link itself.
|
on the symbolic link itself.
|
||||||
They are:
|
They are:
|
||||||
.Xr lchflags 2 ,
|
.Xr lchflags 2 ,
|
||||||
|
@ -152,7 +152,7 @@ flag:
|
||||||
.\" .Xr chflagsat 2 ,
|
.\" .Xr chflagsat 2 ,
|
||||||
.Xr fchmodat 2 ,
|
.Xr fchmodat 2 ,
|
||||||
.Xr fchownat 2 ,
|
.Xr fchownat 2 ,
|
||||||
.Xr fstatat 2
|
.Xr fstatat 2 ,
|
||||||
and
|
and
|
||||||
.Xr utimensat 2 .
|
.Xr utimensat 2 .
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -273,7 +273,7 @@ command follows symbolic links named as arguments if the
|
||||||
option is specified,
|
option is specified,
|
||||||
or if the
|
or if the
|
||||||
.Fl F ,
|
.Fl F ,
|
||||||
.Fl d
|
.Fl d ,
|
||||||
or
|
or
|
||||||
.Fl l
|
.Fl l
|
||||||
options are not specified.
|
options are not specified.
|
||||||
|
@ -306,7 +306,7 @@ The
|
||||||
system differs from historical
|
system differs from historical
|
||||||
.Bx 4
|
.Bx 4
|
||||||
systems in that the
|
systems in that the
|
||||||
.Nm chown ,
|
.Nm chown
|
||||||
and
|
and
|
||||||
.Nm chgrp
|
.Nm chgrp
|
||||||
commands follow symbolic links specified on the command line.
|
commands follow symbolic links specified on the command line.
|
||||||
|
@ -321,7 +321,7 @@ The following commands either optionally or always traverse file trees:
|
||||||
.Xr ls 1 ,
|
.Xr ls 1 ,
|
||||||
.Xr pax 1 ,
|
.Xr pax 1 ,
|
||||||
.Xr rm 1 ,
|
.Xr rm 1 ,
|
||||||
.Xr tar 1
|
.Xr tar 1 ,
|
||||||
and
|
and
|
||||||
.Xr chown 8 .
|
.Xr chown 8 .
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -442,7 +442,7 @@ physical name space.
|
||||||
.Pp
|
.Pp
|
||||||
For commands that do not by default do file tree traversals, the
|
For commands that do not by default do file tree traversals, the
|
||||||
.Fl H ,
|
.Fl H ,
|
||||||
.Fl L
|
.Fl L ,
|
||||||
and
|
and
|
||||||
.Fl P
|
.Fl P
|
||||||
flags are ignored if the
|
flags are ignored if the
|
||||||
|
@ -450,7 +450,7 @@ flags are ignored if the
|
||||||
flag is not also specified.
|
flag is not also specified.
|
||||||
In addition, you may specify the
|
In addition, you may specify the
|
||||||
.Fl H ,
|
.Fl H ,
|
||||||
.Fl L
|
.Fl L ,
|
||||||
and
|
and
|
||||||
.Fl P
|
.Fl P
|
||||||
options more than once; the last one specified determines the
|
options more than once; the last one specified determines the
|
||||||
|
@ -471,7 +471,7 @@ The
|
||||||
.Nm rm
|
.Nm rm
|
||||||
command does not support the
|
command does not support the
|
||||||
.Fl H ,
|
.Fl H ,
|
||||||
.Fl L
|
.Fl L ,
|
||||||
or
|
or
|
||||||
.Fl P
|
.Fl P
|
||||||
options.
|
options.
|
||||||
|
@ -482,7 +482,7 @@ the
|
||||||
command acts a little differently.
|
command acts a little differently.
|
||||||
If you do not specify the
|
If you do not specify the
|
||||||
.Fl F ,
|
.Fl F ,
|
||||||
.Fl d
|
.Fl d ,
|
||||||
or
|
or
|
||||||
.Fl l
|
.Fl l
|
||||||
options,
|
options,
|
||||||
|
|
Loading…
Reference in New Issue