diff options
| author | joerg <joerg@NetBSD.org> | 2009-03-11 13:58:29 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2009-03-11 13:58:29 +0000 |
| commit | 8929e0dce4f6a2e1884eec191ef2b46decbf91ed (patch) | |
| tree | ba6a6df6e6ce2af8069683e9e6f2a7eee71449f2 /usr.bin/sort | |
| parent | 9952d3ea5309e2196ce42518c3e248140bfc4916 (diff) | |
Don't workaround ancient macro argument limit with .Xo/.Xc.
Diffstat (limited to 'usr.bin/sort')
| -rw-r--r-- | usr.bin/sort/sort.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index cb978fde932..3e4fa5a839b 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: sort.1,v 1.26 2008/05/02 18:11:06 martin Exp $ +.\" $NetBSD: sort.1,v 1.27 2009/03/11 13:58:30 joerg Exp $ .\" .\" Copyright (c) 2000-2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -221,10 +221,7 @@ This should be used with discretion; .Fl R Ar \*[Lt]alphanumeric\*[Gt] usually produces undesirable results. The default record separator is newline. -.It Xo -.Fl k -.Ar field1 Ns Op Li \&, Ns Ar field2 -.Xc +.It Fl k Ar field1 Ns Op Li \&, Ns Ar field2 Designates the starting position, .Ar field1 , and optional ending position, |
