diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-10-04 19:03:44 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-10-04 19:03:44 +0000 |
| commit | 3a667dafccc954685996374af989e36af18d8a53 (patch) | |
| tree | 51ae391cd1fe666d27c5b9dcc063be3be2741a52 /bin/rm | |
| parent | 0b01f6e8327a1830992c6ef46dc3a5b30c06b947 (diff) | |
Notes
Diffstat (limited to 'bin/rm')
| -rw-r--r-- | bin/rm/rm.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 327f8946435f..c31ecaa6a4d0 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -31,7 +31,7 @@ .\" @(#)rm.1 8.5 (Berkeley) 12/5/94 .\" $FreeBSD$ .\" -.Dd October 04, 2004 +.Dd October 4, 2004 .Dt RM 1 .Os .Sh NAME @@ -111,10 +111,10 @@ The utility removes symbolic links, not the files referenced by the links. .Pp It is an error to attempt to remove the files -.Dq / , -.Dq .\& +.Pa / , +.Pa .\& or -.Dq .. . +.Pa .. . .Pp When the utility is called as .Nm unlink , |
