From 0af7dd8231bef67e47c220a7bacf8f1eedabba47 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Sat, 22 Jan 2000 12:00:44 +0000 Subject: Use .Va macro when referring to the global variable errno. --- lib/libc/stdio/mktemp.3 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/libc/stdio/mktemp.3') diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index ef5cb76bacc..a187a42572d 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.18 1999/09/14 06:21:23 pjanzen Exp $ +.\" $OpenBSD: mktemp.3,v 1.19 2000/01/22 12:00:42 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -290,8 +290,10 @@ using the flags .Dv O_EXCL , is better, as long as the code retries a new template if .Xr open 2 -fails with an errno of -.Dv EEXIST . +fails with an +.Va errno +of +.Er EEXIST . .Sh SEE ALSO .Xr chmod 2 , .Xr getpid 2 , -- cgit v1.2.3