diff options
Diffstat (limited to 'upstream/fedora-rawhide/man1/join.1')
-rw-r--r-- | upstream/fedora-rawhide/man1/join.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/upstream/fedora-rawhide/man1/join.1 b/upstream/fedora-rawhide/man1/join.1 index 76e2b159..146d299d 100644 --- a/upstream/fedora-rawhide/man1/join.1 +++ b/upstream/fedora-rawhide/man1/join.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. -.TH JOIN "1" "January 2024" "GNU coreutils 9.4" "User Commands" +.TH JOIN "1" "April 2024" "GNU coreutils 9.5" "User Commands" .SH NAME join \- join lines of two files on a common field .SH SYNOPSIS @@ -73,7 +73,7 @@ line of each file determines the number of fields output for each line. Important: FILE1 and FILE2 must be sorted on the join fields. E.g., use "sort \fB\-k\fR 1b,1" if 'join' has no options, or use "join \fB\-t\fR ''" if 'sort' has no options. -Note, comparisons honor the rules specified by 'LC_COLLATE'. +Comparisons honor the rules specified by 'LC_COLLATE'. If the input is not sorted and some lines cannot be joined, a warning message will be given. .SH AUTHOR @@ -83,7 +83,7 @@ GNU coreutils online help: <https://www.gnu.org/software/coreutils/> .br Report any translation bugs to <https://translationproject.org/team/> .SH COPYRIGHT -Copyright \(co 2023 Free Software Foundation, Inc. +Copyright \(co 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. .br This is free software: you are free to change and redistribute it. |