summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-01-22 02:30:42 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-01-22 02:30:42 +0000
commit91efa97bb5bf068fd03b740f683ff78c306048f0 (patch)
tree5cb62b4ff0b635ea81d2588fe6724a068989323b /lib
parent9620c71dd690dbd7e009cdca11d11b206d493ed7 (diff)
Use .Va.
Diffstat (limited to 'lib')
-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