diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-01 02:49:45 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-01 02:49:45 +0000 |
commit | c22197eeb12a6e798f4990ff2351b5a9709ac805 (patch) | |
tree | e1e9b4773276878aa3f7d27e9ebadd97c6e233d1 /bin | |
parent | 976a1368ba51944d170b2e889e4058d223545db5 (diff) |
Simpler explanation of exit values.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rmdir/rmdir.1 | 8 |
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 |