From fe79129aad6056fc983741afbc86e31c54932b4c Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 11 Mar 2022 23:09:10 -0500 Subject: [PATCH] errno: add page (#7873) --- pages/common/errno.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/errno.md diff --git a/pages/common/errno.md b/pages/common/errno.md new file mode 100644 index 000000000..9298a7fbe --- /dev/null +++ b/pages/common/errno.md @@ -0,0 +1,20 @@ +# errno + +> Look up errno names and descriptions. +> More information: . + +- Lookup errno description by name or code: + +`errno {{name|code}}` + +- List all errno names, codes, and descriptions: + +`errno --list` + +- Search for code who's description contains all of the given text: + +`errno --search {{text}}` + +- Search for code who's description contains all of the given text (all locales): + +`errno --search-all-locales {{text}}`