Fix cut'n'paste niggles in previous commit.

This commit is contained in:
Sheldon Hearn 1999-12-21 08:57:58 +00:00
parent 9035ec00a0
commit 9a73cc73e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54943
2 changed files with 8 additions and 7 deletions

View File

@ -131,7 +131,7 @@ When the utility is called as
exactly two arguments must be supplied,
neither of which may specify a directory.
No options may be supplied in this simple mode of operation,
which simply performs a
which performs a
.Xr link 2
operation using the two passed arguments.
.Sh SEE ALSO

View File

@ -125,9 +125,9 @@ only one argument,
which must not be a directory,
may be supplied.
No options may be supplied in this simple mode of operation,
which simply performs an
which performs an
.Xr unlink 2
operation using the two passed arguments.
operation on the passed argument.
.Pp
The
.Nm
@ -206,12 +206,13 @@ option if such behavior is desired. This follows the historical
behavior of
.Nm
with respect to directories.
.Pp
The simplified
.Nm unlink
command conforms to
.St -susv2 .
.Sh HISTORY
A
.Nm
command appeared in
.At v1 .
The simplified
.Nm unlink
command conforms to
.St -susv2 .