diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
| commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
| tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /bin/ln | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
Diffstat (limited to 'bin/ln')
| -rw-r--r-- | bin/ln/ln.1 | 4 | ||||
| -rw-r--r-- | bin/ln/symlink.7 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 8c6ba5c9d06a..d651b98549df 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -92,7 +92,7 @@ Cause .Nm to write a prompt to standard error if the target file exists. If the response from the standard input begins with the character -.Sq Li y +.Sq Li y or .Sq Li Y , then unlink the target file so that the link may occur. @@ -177,7 +177,7 @@ operation using the two passed arguments. .Xr symlink 2 , .Xr symlink 7 .Sh COMPATIBILITY -The +The .Fl h , .Fl i , .Fl n diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 3e7445466faf..0e7384b302b4 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -149,7 +149,7 @@ name arguments, to commands which are not traversing a file tree. .Pp Except as noted below, commands follow symbolic links named as command line arguments. -For example, if there were a symbolic link +For example, if there were a symbolic link .Dq Li slink which pointed to a file named .Dq Li afile , @@ -230,7 +230,7 @@ command is also an exception to this rule. The .Xr file 1 command does not follow symbolic links named as argument by default. -The +The .Xr file 1 command does follow symbolic links named as argument if .Fl L @@ -303,7 +303,7 @@ walk (where symbolic links referencing directories are followed). As consistently as possible, you can make commands doing a file tree walk follow any symbolic links named on the command line, regardless of the type of file they reference, by specifying the -.Fl H +.Fl H (for .Dq half\-logical ) flag. |
