diff options
author | 2000-01-22 02:30:41 +0000 | |
---|---|---|
committer | 2000-01-22 02:30:41 +0000 | |
commit | fa5926cfa7732235237d469a0edc9cc0f494213c (patch) | |
tree | 67bc439648b9eaf6611c1df47a67113f3785b3be | |
parent | ie. -> i.e., (diff) | |
download | wireguard-openbsd-fa5926cfa7732235237d469a0edc9cc0f494213c.tar.xz wireguard-openbsd-fa5926cfa7732235237d469a0edc9cc0f494213c.zip |
Use .Va.
-rw-r--r-- | lib/libc/gen/setmode.3 | 6 |
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 |