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/sys/getsid.2 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/libc/sys/getsid.2') diff --git a/lib/libc/sys/getsid.2 b/lib/libc/sys/getsid.2 index 2986bc62904..661e9c30eaa 100644 --- a/lib/libc/sys/getsid.2 +++ b/lib/libc/sys/getsid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsid.2,v 1.5 1999/06/29 14:10:01 aaron Exp $ +.\" $OpenBSD: getsid.2,v 1.6 2000/01/22 12:00:42 aaron Exp $ .\" .\" Copyright (c) 1997 Peter Wemm .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: getsid.2,v 1.5 1999/06/29 14:10:01 aaron Exp $ +.\" $Id: getsid.2,v 1.6 2000/01/22 12:00:42 aaron Exp $ .\" .Dd August 19, 1997 .Dt GETSID 2 @@ -50,7 +50,9 @@ Upon successful completion, the function .Fn getsid returns the session ID of the specified process; otherwise, it returns a value of \-1 and -sets errno to indicate an error. +sets +.Va errno +to indicate an error. .Sh ERRORS .Fn getsid will succeed unless: -- cgit v1.2.3