summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-05-01 02:49:45 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-05-01 02:49:45 +0000
commitc22197eeb12a6e798f4990ff2351b5a9709ac805 (patch)
treee1e9b4773276878aa3f7d27e9ebadd97c6e233d1 /bin
parent976a1368ba51944d170b2e889e4058d223545db5 (diff)
Simpler explanation of exit values.
Diffstat (limited to 'bin')
-rw-r--r--bin/rmdir/rmdir.18
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1
index 7af82bd1790..2c90f8d1f77 100644
--- a/bin/rmdir/rmdir.1
+++ b/bin/rmdir/rmdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmdir.1,v 1.10 2000/10/18 06:55:10 aaron Exp $
+.\" $OpenBSD: rmdir.1,v 1.11 2001/05/01 02:49:44 aaron Exp $
.\" $NetBSD: rmdir.1,v 1.10 1995/07/25 19:37:35 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -81,9 +81,9 @@ The
utility exits with one of the following values:
.Bl -tag -width Ds
.It Li \&0
-Each directory entry specified by a dir operand
-referred to an empty directory and was removed
-successfully.
+Each
+.Ar directory
+argument referred to an empty directory and was removed successfully.
.It Li \&>\&0
An error occurred.
.El