]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
man: use 'nonzero' instead of 'non-zero'
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 20 Apr 2026 01:45:27 +0000 (21:45 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 21 Apr 2026 13:48:14 +0000 (09:48 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
misc-utils/getopt.1.adoc
sys-utils/zramctl.8.adoc

index 13aa9c6a4714ab8bc40a79ac61557207babb1b13..2f54fe6a4c7e9136b2c37f0cd8a11ae6478ab3d5 100644 (file)
@@ -83,7 +83,7 @@ Each parameter not starting with a '*-*', and not a required argument of a previ
 
 Output is generated for each element described in the previous section. Output is done in the same order as the elements are specified in the input, except for non-option parameters. Output can be done in _compatible_ (_unquoted_) mode, or in such way that whitespace and other special characters within arguments and non-option parameters are preserved (see *QUOTING*). When the output is processed in the shell script, it will seem to be composed of distinct elements that can be processed one by one (by using the shift command in most shell languages). This is imperfect in unquoted mode, as elements can be split at unexpected places if they contain whitespace or special characters.
 
-If there are problems parsing the parameters, for example because a required argument is not found or an option is not recognized, an error will be reported on stderr, there will be no output for the offending element, and a non-zero error status is returned.
+If there are problems parsing the parameters, for example because a required argument is not found or an option is not recognized, an error will be reported on stderr, there will be no output for the offending element, and a nonzero error status is returned.
 
 For a short option, a single '*-*' and the option character are generated as one parameter. If the option has an argument, the next parameter will be the argument. If the option takes an optional argument, but none was found, the next parameter will be generated but be empty in quoting mode, but no second parameter will be generated in unquoted (compatible) mode. Note that many other *getopt*(1) implementations do not support optional arguments.
 
index 22d8b4fbb93523610ca55bc9d502d451607defcf..4c63bd7a355f2200362cc1d04f148e1147675582 100644 (file)
@@ -32,7 +32,7 @@ Set up a zram device: ::
 
 *zramctl* is used to quickly set up zram device parameters, to reset zram devices, and to query the status of used zram devices.
 
-If no option is given, all non-zero size zram devices are shown.
+If no option is given, all nonzero size zram devices are shown.
 
 Use *--help* to get an overview of the supported output columns and their descriptions.