summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-05 01:09:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-05 01:09:07 +0000
commit748e94e8935a8dd8608aaf4e7f5edd2165ec9a7a (patch)
tree02d01df6b114b91976e6433000f515fcf169463e /lib/libc
parent5f9c1c8162b84631a626ff3381b766374e663950 (diff)
Xr rmdir
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/remove.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3
index 8ab975f9314..598b844a631 100644
--- a/lib/libc/stdio/remove.3
+++ b/lib/libc/stdio/remove.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: remove.3,v 1.2 1996/08/19 08:33:01 tholo Exp $
+.\" $OpenBSD: remove.3,v 1.3 1997/06/05 01:09:06 deraadt Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -68,7 +68,8 @@ function
may fail and set
.Va errno
for any of the errors specified for the routine
-.Xr unlink 2 .
+.Xr unlink 2 ,
+.Xr rmdir 2 .
.Sh SEE ALSO
.Xr unlink 2
.Sh STANDARDS