summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-09-15 01:18:41 +0000
committermillert <millert@openbsd.org>2001-09-15 01:18:41 +0000
commit3cebf3cb7979a2691ae037627324cf8b02c2ccbf (patch)
treee3c9a44a6d829e48eb16f2c76d4f0d508c4f8ff5
parentadd "options insecure[12]" support for /etc/resolv.conf. (diff)
downloadwireguard-openbsd-3cebf3cb7979a2691ae037627324cf8b02c2ccbf.tar.xz
wireguard-openbsd-3cebf3cb7979a2691ae037627324cf8b02c2ccbf.zip
Fix typo--have a cow not a monkey; bk@rt.fm
-rw-r--r--bin/rmdir/rmdir.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1
index 2c90f8d1f77..542f7ea4d90 100644
--- a/bin/rmdir/rmdir.1
+++ b/bin/rmdir/rmdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmdir.1,v 1.11 2001/05/01 02:49:44 aaron Exp $
+.\" $OpenBSD: rmdir.1,v 1.12 2001/09/15 01:18:41 millert Exp $
.\" $NetBSD: rmdir.1,v 1.10 1995/07/25 19:37:35 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -97,7 +97,7 @@ if it is empty.
.Cm rmdir -p cow/horse/monkey
.Pp
Remove all directories up to and including
-.Pa monkey ,
+.Pa cow ,
stopping at the first non-empty directory (if any).
.Sh SEE ALSO
.Xr rm 1 ,