diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 09:53:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 09:53:21 +0000 |
commit | 90235b6a389342833e0d0274e26e329442fc5afd (patch) | |
tree | 5829da3575e5c09e938690b0b6c65a06fa2c3d11 /bin/rm | |
parent | c51fd5b8a2f165a9fbe744c02af75eaa9dcffd59 (diff) |
add an EXIT STATUS section for /bin;
Diffstat (limited to 'bin/rm')
-rw-r--r-- | bin/rm/rm.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index b388cb1e4e2..9e69379aed5 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rm.1,v 1.32 2009/02/08 17:15:09 jmc Exp $ +.\" $OpenBSD: rm.1,v 1.33 2010/09/03 09:53:20 jmc Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)rm.1 8.5 (Berkeley) 12/5/94 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: September 3 2010 $ .Dt RM 1 .Os .Sh NAME @@ -117,7 +117,7 @@ It is forbidden to remove the file merely to avoid the antisocial consequences of inadvertently doing something like .Dq Cm rm -r .* . -.Pp +.Sh EXIT STATUS The .Nm utility exits 0 if all of the named files or file hierarchies were removed, |