Deleted Added
full compact
col.1 (97799) col.1 (131507)
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Michael Rendell.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)col.1 8.1 (Berkeley) 6/29/93
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Michael Rendell.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)col.1 8.1 (Berkeley) 6/29/93
36.\" $FreeBSD: head/usr.bin/col/col.1 97799 2002-06-04 09:17:30Z tjr $
36.\" $FreeBSD: head/usr.bin/col/col.1 131507 2004-07-03 00:24:45Z ru $
37.\"
38.Dd June 29, 1993
39.Dt COL 1
40.Os
41.Sh NAME
42.Nm col
43.Nd filter reverse line feeds from input
44.Sh SYNOPSIS

--- 4 unchanged lines hidden (view full) ---

49The
50.Nm
51utility filters out reverse (and half reverse) line feeds so that the output is
52in the correct order with only forward and half forward line
53feeds, and replaces white-space characters with tabs where possible.
54This can be useful in processing the output of
55.Xr nroff 1
56and
37.\"
38.Dd June 29, 1993
39.Dt COL 1
40.Os
41.Sh NAME
42.Nm col
43.Nd filter reverse line feeds from input
44.Sh SYNOPSIS

--- 4 unchanged lines hidden (view full) ---

49The
50.Nm
51utility filters out reverse (and half reverse) line feeds so that the output is
52in the correct order with only forward and half forward line
53feeds, and replaces white-space characters with tabs where possible.
54This can be useful in processing the output of
55.Xr nroff 1
56and
57.Xr tbl 1 .
57.Xr tbl 1 .
58.Pp
59The
60.Nm
61utility reads from the standard input and writes to the standard output.
62.Pp
63The options are as follows:
64.Bl -tag -width indent
65.It Fl b

--- 79 unchanged lines hidden ---
58.Pp
59The
60.Nm
61utility reads from the standard input and writes to the standard output.
62.Pp
63The options are as follows:
64.Bl -tag -width indent
65.It Fl b

--- 79 unchanged lines hidden ---