]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
errno.3: Minor tweaks to Rasmus Villemoes's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 1 Sep 2019 14:23:48 +0000 (16:23 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 1 Sep 2019 14:23:48 +0000 (16:23 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/errno.3

index 794be7c7bb55d5e277dac39887a8624e8d4a05e7..9a21cf95d137b2482f6879cf9175cb5f3624d56f 100644 (file)
@@ -94,7 +94,8 @@ must have distinct values, with the exception of
 .B EAGAIN
 and
 .BR EWOULDBLOCK ,
-which may be the same. On Linux, these two always have the same value.
+which may be the same.
+On Linux, these two have the same value on all architectures.
 .PP
 The error numbers that correspond to each symbolic name
 vary across UNIX systems,
@@ -240,9 +241,10 @@ Connection reset (POSIX.1-2001).
 Resource deadlock avoided (POSIX.1-2001).
 .TP
 .B EDEADLOCK
-On most platforms, a synonym for
+On most architectures, a synonym for
 .BR EDEADLK .
-On some (e.g. Linux mips, powerpc, sparc), it is a separate error code "File locking deadlock error".
+On some architectures (e.g., Linux MIPS, PowerPC, SPARC),
+it is a separate error code "File locking deadlock error".
 .TP
 .B EDESTADDRREQ
 Destination address required (POSIX.1-2001).