diff options
author | 2003-03-31 18:28:50 +0000 | |
---|---|---|
committer | 2003-03-31 18:28:50 +0000 | |
commit | 780d1b68875cad0c957b22a1c5e1288f30be836b (patch) | |
tree | 568e199fcbc9fa02b8a0892cac6f227d93dc3531 | |
parent | Add missing splx; Patrick Latifi (diff) | |
download | wireguard-openbsd-780d1b68875cad0c957b22a1c5e1288f30be836b.tar.xz wireguard-openbsd-780d1b68875cad0c957b22a1c5e1288f30be836b.zip |
Sync positional arguments equivalence's description with reality.
ok millert@
-rw-r--r-- | usr.bin/sort/sort.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index 93033a31e86..64b04b4c39d 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sort.1,v 1.18 2002/11/09 02:22:33 fgsch Exp $ +.\" $OpenBSD: sort.1,v 1.19 2003/03/31 18:28:50 tdeval Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -314,7 +314,7 @@ is omitted, .Fl k Ar v.x,w is synonymous with .Cm \(pl Ns Ar v-\&1.x-\&1 -.Fl Ns Ar w+1.0 . +.Fl Ns Ar w\&.0 . The obsolescent .Cm \(pl Ns Ar pos1 .Fl Ns Ar pos2 |