summaryrefslogtreecommitdiff
path: root/bin/rmdir/rmdir.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 03:20:37 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 03:20:37 +0000
commit9bb6028fe02a280e61b8f862f447486ce6b5f72a (patch)
treeebd1056cace973776cd01330a93779596980ef88 /bin/rmdir/rmdir.1
parenteecdb9deb4317c0e37ed8d58ba92503563912fed (diff)
start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)
Diffstat (limited to 'bin/rmdir/rmdir.1')
-rw-r--r--bin/rmdir/rmdir.112
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1
index 21354323e60..e9181fc49ad 100644
--- a/bin/rmdir/rmdir.1
+++ b/bin/rmdir/rmdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmdir.1,v 1.3 1998/09/14 22:13:56 aaron Exp $
+.\" $OpenBSD: rmdir.1,v 1.4 1998/11/28 03:20:35 aaron Exp $
.\" $NetBSD: rmdir.1,v 1.10 1995/07/25 19:37:35 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -44,12 +44,12 @@
.Nm rmdir
.Nd remove directories
.Sh SYNOPSIS
-.Nm rmdir
+.Nm
.Op Fl p
.Ar directory ...
.Sh DESCRIPTION
The
-.Nm rmdir
+.Nm
utility removes the directory entry specified by
each
.Ar directory
@@ -60,7 +60,7 @@ In order to remove both a parent directory and a subdirectory
of that parent, the subdirectory
must be specified first so the parent directory
is empty when
-.Nm rmdir
+.Nm
tries to remove it.
.Pp
The following option is available:
@@ -77,7 +77,7 @@ for fully non-discriminant recursive removal.)
.El
.Pp
The
-.Nm rmdir
+.Nm
utility exits with one of the following values:
.Bl -tag -width Ds
.It Li \&0
@@ -91,7 +91,7 @@ An error occurred.
.Xr rm 1
.Sh STANDARDS
The
-.Nm rmdir
+.Nm
utility is expected to be
.St -p1003.2
compatible.