summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/remove.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-12-24 00:30:46 +0000
committeraaron <aaron@openbsd.org>2000-12-24 00:30:46 +0000
commit50772e640915b6b9c44cb3d6508fa0a5fff413ef (patch)
treee150dc67a3a933729eb0634304fc47c25501106c /lib/libc/stdio/remove.3
parentSpelling: tripple -> triple (diff)
downloadwireguard-openbsd-50772e640915b6b9c44cb3d6508fa0a5fff413ef.tar.xz
wireguard-openbsd-50772e640915b6b9c44cb3d6508fa0a5fff413ef.zip
Various repairs, mostly to get rid of short lines.
Diffstat (limited to 'lib/libc/stdio/remove.3')
-rw-r--r--lib/libc/stdio/remove.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3
index be69032d081..39b8eb29302 100644
--- a/lib/libc/stdio/remove.3
+++ b/lib/libc/stdio/remove.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: remove.3,v 1.8 1999/09/27 01:27:31 aaron Exp $
+.\" $OpenBSD: remove.3,v 1.9 2000/12/24 00:30:59 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -71,8 +71,7 @@ is set to indicate the error.
.Sh ERRORS
The
.Fn remove
-function
-may fail and set
+function may fail and set
.Va errno
for any of the errors specified for the routines
.Xr rmdir 2