summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/intro.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /lib/libc/sys/intro.2
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r--lib/libc/sys/intro.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 10f1730..6be0ac0 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -53,7 +53,7 @@ their error returns, and other common definitions and concepts.
Nearly all of the system calls provide an error number referenced via
the external identifier errno.
This identifier is defined in
-.Aq Pa sys/errno.h
+.In sys/errno.h
as
.Pp
.Dl extern int * __error();
@@ -88,7 +88,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 "Undefined error: 0" .
Not used.
@@ -128,7 +128,7 @@ list of the new process exceeded the current limit
of 65536 bytes
.Dv ( NCARGS
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,
OpenPOWER on IntegriCloud