Przeglądaj źródła

errno: add page (#7873)

Steve 3 lat temu
rodzic
commit
fe79129aad
1 zmienionych plików z 20 dodań i 0 usunięć
  1. 20 0
      pages/common/errno.md

+ 20 - 0
pages/common/errno.md

@@ -0,0 +1,20 @@
+# errno
+
+> Look up errno names and descriptions.
+> More information: <https://joeyh.name/code/moreutils/>.
+
+- 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}}`