col.1 (43d665c0d143b6b82163b8648b487fa0c65c3d4e) col.1 (844518ff93b604eee2668bfbbc2fb427e048b7b6)
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

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

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
45.Nm
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

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

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
45.Nm
46.Op Fl bfhx
46.Op Fl bfhpx
47.Op Fl l Ar num
48.Sh DESCRIPTION
49.Nm Col
50filters out reverse (and half reverse) line feeds so that the output is
51in the correct order with only forward and half forward line
52feeds, and replaces white-space characters with tabs where possible.
53This can be useful in processing the output of
54.Xr nroff 1

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

64Do not output any backspaces, printing only the last character
65written to each column position.
66.It Fl f
67Forward half line feeds are permitted (``fine'' mode).
68Normally characters printed on a half line boundary are printed
69on the following line.
70.It Fl h
71Don't output multiple spaces instead of tabs (default).
47.Op Fl l Ar num
48.Sh DESCRIPTION
49.Nm Col
50filters out reverse (and half reverse) line feeds so that the output is
51in the correct order with only forward and half forward line
52feeds, and replaces white-space characters with tabs where possible.
53This can be useful in processing the output of
54.Xr nroff 1

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

64Do not output any backspaces, printing only the last character
65written to each column position.
66.It Fl f
67Forward half line feeds are permitted (``fine'' mode).
68Normally characters printed on a half line boundary are printed
69on the following line.
70.It Fl h
71Don't output multiple spaces instead of tabs (default).
72.It Fl p
73Force unknown control sequences to be passed through unchanged.
74Normally,
75.Nm
76will filter out any control sequences from the input other than those
77recognized and interpreted by itself, which are listed below.
72.It Fl x
73Output multiple spaces instead of tabs.
74.It Fl l Ar num
75Buffer at least
76.Ar num
77lines in memory.
78By default, 128 lines are buffered.
79.El

--- 51 unchanged lines hidden ---
78.It Fl x
79Output multiple spaces instead of tabs.
80.It Fl l Ar num
81Buffer at least
82.Ar num
83lines in memory.
84By default, 128 lines are buffered.
85.El

--- 51 unchanged lines hidden ---