diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-12-21 11:41:51 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-12-21 11:41:51 +0000 |
commit | 3a326477d408167211b14d9893909c9b3ffb5a6e (patch) | |
tree | 0fcdf8609fed6e70190262637181cde38629c950 /bin/rm | |
parent | 61322226969582b51c351b2689fde9fbc68a2c9e (diff) |
Initial patch for a new mdoc issue.
Powered by @mantoya:
o) kill extra line in the end of file;
o) kill extra space in the end of line;
o) replace blank lines with .Pp;
millert@ ok
Diffstat (limited to 'bin/rm')
-rw-r--r-- | bin/rm/rm.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 369f705c4bd..cf0246b14bd 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rm.1,v 1.15 2001/11/13 14:00:15 mpech Exp $ +.\" $OpenBSD: rm.1,v 1.16 2001/12/21 11:41:50 mpech Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -142,7 +142,7 @@ directory hierarchy. .Cm rm -- -f , .Cm rm ./-f .Pp -Either of these commands will remove the file +Either of these commands will remove the file .Pa -f . .Sh SEE ALSO .Xr rmdir 1 , |