summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/intro.2
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-01-21 03:15:44 +0000
committerschwarze <schwarze@openbsd.org>2014-01-21 03:15:44 +0000
commit369bef3a142061d28bd38b74f30fd054965b81c6 (patch)
tree8fe7ba65015980e03507c9128cf9b21f5074ceff /lib/libc/sys/intro.2
parentUpdate the names of the DIOCXBEGIN ruleset types. (diff)
downloadwireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz
wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r--lib/libc/sys/intro.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 7f57d2f66ae..462e7f716ce 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.2,v 1.47 2013/09/30 12:02:35 millert Exp $
+.\" $OpenBSD: intro.2,v 1.48 2014/01/21 03:15:45 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 30 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt INTRO 2
.Os
.Sh NAME
@@ -57,7 +57,7 @@ Portable applications must not depend on this definition, and should only
use
.Va errno
as defined in
-.Aq Pa errno.h .
+.In errno.h .
When a system call detects an error, it returns an integer value
indicating failure (usually \-1) and sets the variable
.Va errno
@@ -74,7 +74,7 @@ to the type and circumstances of the call.
.Pp
The following is a complete list of the errors and their
names as given in
-.Aq Pa sys/errno.h .
+.In sys/errno.h .
.Bl -hang -width Ds
.It Er 0 Em "Error 0" .
Not used.
@@ -110,7 +110,7 @@ The number of bytes used for the argument and environment
list of the new process exceeded the limit
.Dv NCARGS
(specified in
-.Aq Pa sys/param.h ) .
+.In sys/param.h ) .
.It Er 8 ENOEXEC Em "Exec format error" .
A request was made to execute a file that, although it has the appropriate
permissions, was not in the format required for an executable file.