diff options
author | Jim Meyering <jim@meyering.net> | 1997-02-17 01:26:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-02-17 01:26:13 +0000 |
commit | 80cccededc4f70cd09ebcbf034e86047f171f7db (patch) | |
tree | d1bc9a76d4263aae2407cc30970ce222dec36444 /doc/textutils.texi | |
parent | dd77d0602a78051553f636c99c4de7a9da811205 (diff) | |
download | coreutils-80cccededc4f70cd09ebcbf034e86047f171f7db.tar.xz |
.
Diffstat (limited to 'doc/textutils.texi')
-rw-r--r-- | doc/textutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi index af3a7f7fe..6dc88056a 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -1630,7 +1630,7 @@ options}. If a @var{file} is specified as @samp{-} or if no files are given @code{md5sum} computes the checksum for the standard input. @code{md5sum} can also determine whether a file and checksum are -consistent. Synopsis: +consistent. Synopses: @example md5sum [@var{option}]@dots{} [@var{file}]@dots{} @@ -1704,7 +1704,7 @@ Treat all input files as text files. This is the reverse of @opindex -w @opindex --warn @cindex verifying MD5 checksums -When verifying checksums, warn about improperly formated MD5 checksum lines. +When verifying checksums, warn about improperly formatted MD5 checksum lines. This option is useful only if all but a few lines in the checked input are valid. |