diff options
author | 2007-02-20 13:50:00 +0000 | |
---|---|---|
committer | 2007-02-20 13:50:00 +0000 | |
commit | 441d74a358c03db23d1202bd863732b0e84c49ba (patch) | |
tree | d6e062b2a4a6561b6e1bbdf84ca2f1d8ecac9633 | |
parent | sort options and sync synopsis; from Igor Sobrado (diff) | |
download | wireguard-openbsd-441d74a358c03db23d1202bd863732b0e84c49ba.tar.xz wireguard-openbsd-441d74a358c03db23d1202bd863732b0e84c49ba.zip |
sort options; from Igor Sobrado
-rw-r--r-- | usr.bin/col/col.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index 3ce02d0af23..ece108ca210 100644 --- a/usr.bin/col/col.1 +++ b/usr.bin/col/col.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: col.1,v 1.8 2003/06/03 02:56:06 millert Exp $ +.\" $OpenBSD: col.1,v 1.9 2007/02/20 13:50:00 jmc Exp $ .\" $NetBSD: col.1,v 1.4 1995/03/26 05:25:52 glass Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -70,13 +70,13 @@ on the following line. .It Fl h Compress spaces into tabs. This is the default behavior. -.It Fl x -Output multiple spaces instead of tabs. .It Fl l Ar num Buffer at least .Ar num lines in memory. By default, 128 lines are buffered. +.It Fl x +Output multiple spaces instead of tabs. .El .Pp The control sequences for carriage motion that |