]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
comm's exit status
authorJim Meyering <jim@meyering.net>
Mon, 10 Mar 1997 03:47:13 +0000 (03:47 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 10 Mar 1997 03:47:13 +0000 (03:47 +0000)
doc/textutils.texi

index c08e1c0d1fefe82f0c7514ec1ff2ba0e435318f9..b9d3046b84bbdc7ffe53de51e11b532f3e24164c 100644 (file)
@@ -2169,6 +2169,11 @@ Columns are separated by @key{TAB}.
 The options @samp{-1}, @samp{-2}, and @samp{-3} suppress printing of
 the corresponding columns.  Also see @ref{Common options}.
 
+Unlike some other comparison utilities, @code{comm} has an exit
+status that does not depend on the result of the comparison.
+Upon normal completion @code{comm} produces an exit code of zero.
+If there is an error it exits with nonzero status.
+
 
 @node Operating on fields within a line
 @chapter Operating on fields within a line