From 59ceeee635a5ddac2213ff2e1c16d48374ca5dcb Mon Sep 17 00:00:00 2001 From: schwarze Date: Tue, 12 Dec 2017 18:41:44 +0000 Subject: [PATCH] Consistently use .Va for "errno"; patch from Jan Stary ; "I think it makes sense to speak about errno as a variable (.Va)" jca@. --- lib/libc/sys/intro.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 333fa90c604..b888c3eea4f 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.65 2017/09/05 03:06:26 jsg Exp $ +.\" $OpenBSD: intro.2,v 1.66 2017/12/12 18:41:44 schwarze Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.2 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: September 5 2017 $ +.Dd $Mdocdate: December 12 2017 $ .Dt INTRO 2 .Os .Sh NAME @@ -51,7 +51,7 @@ Programs may be restricted to a subset of system calls with .\" .Sh DIAGNOSTICS Nearly all of the system calls provide an error number via the identifier -.Dv errno , +.Va errno , which expands to an addressable location of type .Vt int . The address of -- 2.20.1