summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-07-02 16:10:52 +0000
committerjmc <jmc@openbsd.org>2004-07-02 16:10:52 +0000
commitba329f25f960ae2bcb9a170233a84a05e72f9c14 (patch)
tree84fadfd90b1e34e32d9775a5af96cf5f010a5663
parentadd `cast' and `cast-cbc' to the list of supported args to speed; (diff)
downloadwireguard-openbsd-ba329f25f960ae2bcb9a170233a84a05e72f9c14.tar.xz
wireguard-openbsd-ba329f25f960ae2bcb9a170233a84a05e72f9c14.zip
whitespace;
-rw-r--r--lib/libc/gen/setmode.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/setmode.3 b/lib/libc/gen/setmode.3
index bcca49c5118..d6f49df1122 100644
--- a/lib/libc/gen/setmode.3
+++ b/lib/libc/gen/setmode.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setmode.3,v 1.10 2004/07/02 13:58:06 otto Exp $
+.\" $OpenBSD: setmode.3,v 1.11 2004/07/02 16:10:52 jmc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -90,7 +90,7 @@ function may fail and set
for any of the errors specified for the library routine
.Xr malloc 3
or to
-.Er ERANGE
+.Er ERANGE
if an invalid octal value was specified.
.Sh SEE ALSO
.Xr chmod 1 ,