diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-18 07:21:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-18 07:21:50 +0000 |
commit | 8c232ab86fe271b3332d8989989d2f76803735a0 (patch) | |
tree | 8b3f9af756a5a46a514f419fa1a4178c8f23ed2e /src | |
parent | 4492bcd9ef1f625c8acc56f637c77ca1f1c693ea (diff) | |
download | coreutils-8c232ab86fe271b3332d8989989d2f76803735a0.tar.xz |
(usage): Use two spaces (not one) to separate the
--first-only option string from its description, so help2man formats
the derived man page properly.
Diffstat (limited to 'src')
-rw-r--r-- | src/join.c | 4 | ||||
-rw-r--r-- | src/pr.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/join.c b/src/join.c index 87f6c77cd..5f4bf25fb 100644 --- a/src/join.c +++ b/src/join.c @@ -1,5 +1,5 @@ /* join - join lines of two files on a common field - Copyright (C) 91, 1995-2005 Free Software Foundation, Inc. + Copyright (C) 91, 1995-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -145,7 +145,7 @@ by whitespace. When FILE1 or FILE2 (not both) is -, read standard input.\n\ -e EMPTY replace missing input fields with EMPTY\n\ "), stdout); fputs (_("\ - -i, --ignore-case ignore differences in case when comparing fields\n\ + -i, --ignore-case ignore differences in case when comparing fields\n\ -j FIELD equivalent to `-1 FIELD -2 FIELD'\n\ -o FORMAT obey FORMAT while constructing output line\n\ -t CHAR use CHAR as input and output field separator\n\ @@ -1,5 +1,5 @@ /* pr -- convert text files for printing. - Copyright (C) 88, 91, 1995-2005 Free Software Foundation, Inc. + Copyright (C) 88, 91, 1995-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -2848,7 +2848,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ separate columns by STRING,\n\ without -S: Default separator <TAB> with -J and <space>\n\ otherwise (same as -S\" \"), no effect on column options\n\ - -t, --omit-header omit page headers and trailers\n\ + -t, --omit-header omit page headers and trailers\n\ "), stdout); fputs (_("\ -T, --omit-pagination\n\ |