diff options
author | des <des@FreeBSD.org> | 2004-10-04 19:03:44 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-10-04 19:03:44 +0000 |
commit | 7b077f5960e08313881a095bfac365544bcd08ea (patch) | |
tree | 51ae391cd1fe666d27c5b9dcc063be3be2741a52 /bin/rm | |
parent | de292e51629d008febbef68ad097d9a1ce62a003 (diff) | |
download | FreeBSD-src-7b077f5960e08313881a095bfac365544bcd08ea.zip FreeBSD-src-7b077f5960e08313881a095bfac365544bcd08ea.tar.gz |
Markup fixes.
Pointed out by: ru
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 327f894..c31ecaa 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 , |