]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
realpath.3: Order ERRORS alphabetically
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 7 Aug 2016 17:19:30 +0000 (03:19 +1000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 7 Aug 2016 19:54:13 +0000 (05:54 +1000)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/realpath.3

index a678a6864e73accec1bd9bf8ee31e51391d8439e..4a419128f89b6197ec4d31330e490c10b3841b24 100644 (file)
@@ -129,12 +129,12 @@ characters, or an entire pathname exceeded
 .B PATH_MAX
 characters.
 .TP
-.B ENOMEM
-Out of memory.
-.TP
 .B ENOENT
 The named file does not exist.
 .TP
+.B ENOMEM
+Out of memory.
+.TP
 .B ENOTDIR
 A component of the path prefix is not a directory.
 .SH ATTRIBUTES