From 66a2a6ace9fb99096c2a1d0144a7b12895db59e6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 4 Jun 2012 14:22:42 +0100 Subject: Add errno manpage --- errno.docbook | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 errno.docbook (limited to 'errno.docbook') diff --git a/errno.docbook b/errno.docbook new file mode 100644 index 0000000..0ddaba1 --- /dev/null +++ b/errno.docbook @@ -0,0 +1,86 @@ + + + + + + + + +
+ liw@liw.fi +
+ + Lars + Wirzenius + + 2012-06-04 +
+ + + errno + 1 + + + + errno + look up errno names and descriptions + + + + + errno + name-or-code + + + + + DESCRIPTION + + errno looks up errno macro names, + errno codes, and the corresponding descriptions. For example, + if given ENOENT on a Linux system, it + prints out the code 2 and the description "No such file or directory". + If given the code 2, it printes ENOENT + and the same description. + + + + + AUTHOR + Lars Wirzenius + + + + + + + SEE ALSO + + + + errno3 + + + + +
-- cgit v1.2.3