]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
errno.3: Minor rewording/reformatting
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 Nov 2017 08:35:21 +0000 (09:35 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 Nov 2017 09:10:12 +0000 (10:10 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/errno.3

index 9ae9b521267a643e4c9566556c3f3a87d8f9f481..4d9a74dbafd9832a6a876bdd7ebba8ab9e89640a 100644 (file)
@@ -91,8 +91,9 @@ which may be the same.
 .\" Amendment 1 defines the additional error number \fBEILSEQ\fP for
 .\" coding errors in multibyte or wide characters.
 .\"
-Below is a list of the symbolic error names that are defined on Linux.
-Various names are marked as follows:
+In the list of the symbolic error names below,
+various names are marked as follows:
+.RS 4
 .IP * 3
 .IR POSIX.1-2001 :
 The name is defined by POSIX.1-2001,
@@ -104,6 +105,9 @@ but was not present in earlier POSIX.1 standards.
 .IP *
 .IR C99 :
 The name is defined by C99.
+.RE
+.PP
+Below is a list of the symbolic error names that are defined on Linux:
 .TP 16
 .B E2BIG
 Argument list too long (POSIX.1-2001).