summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-01-22 02:30:41 +0000
committeraaron <aaron@openbsd.org>2000-01-22 02:30:41 +0000
commitfa5926cfa7732235237d469a0edc9cc0f494213c (patch)
tree67bc439648b9eaf6611c1df47a67113f3785b3be
parentie. -> i.e., (diff)
downloadwireguard-openbsd-fa5926cfa7732235237d469a0edc9cc0f494213c.tar.xz
wireguard-openbsd-fa5926cfa7732235237d469a0edc9cc0f494213c.zip
Use .Va.
-rw-r--r--lib/libc/gen/setmode.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/gen/setmode.3 b/lib/libc/gen/setmode.3
index f84c22233a4..40919580d65 100644
--- a/lib/libc/gen/setmode.3
+++ b/lib/libc/gen/setmode.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setmode.3,v 1.6 1999/05/20 14:50:35 aaron Exp $
+.\" $OpenBSD: setmode.3,v 1.7 2000/01/22 02:30:41 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -92,7 +92,9 @@ returns.
The
.Fn setmode
function
-may fail and set errno for any of the errors specified for the library
+may fail and set
+.Va errno
+for any of the errors specified for the library
routine
.Xr malloc 3 .
.Sh SEE ALSO