From: Jim Meyering Date: Mon, 29 Jul 2002 08:40:10 +0000 (+0000) Subject: Adjust command examples in comments to use POSIX 1003.1-2001 option syntax. X-Git-Tag: TEXTUTILS-2_1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8729cad9897ebb46ac2407793eda67316792f66;p=thirdparty%2Fcoreutils.git Adjust command examples in comments to use POSIX 1003.1-2001 option syntax. From Paul Eggert. --- diff --git a/src/sort.c b/src/sort.c index 9d1b8ac35b..5b75ebe45a 100644 --- a/src/sort.c +++ b/src/sort.c @@ -852,24 +852,25 @@ limfield (const struct line *line, const struct keyfield *key) From: kwzh@gnu.ai.mit.edu (Karl Heuer) Date: Thu, 30 May 96 12:20:41 -0400 + [Translated to POSIX 1003.1-2001 terminology by Paul Eggert.] [...]I believe I've found another bug in `sort'. $ cat /tmp/sort.in a b c 2 d pq rs 1 t - $ textutils-1.15/src/sort +0.6 -0.7