summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index d05577d54..6be37d805 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -5329,7 +5329,7 @@ The defaults are:
@itemize
@item the join field is the first field in each line;
@item fields in the input are separated by one or more blanks, with leading
- blanks on the line ignored;
+blanks on the line ignored;
@item fields in the output are separated by a space;
@item each output line consists of the join field, the remaining
fields from @var{file1}, then the remaining fields from @var{file2}.