CHECKCW(1) — Silicon Graphics
NAME
checkcw − verifies constant-width text prepared by cw(1) for troff
SYNOPSIS
checkcw [ -lxx ] [ -rxx ] files
DESCRIPTION
Checkcw checks that left and right delimiters, as well as the %.CW%/%.CN% pairs, used by cw(1) to prepare constant-width text for troff, are properly balanced. It prints out all offending lines.
The options are:
-lxx The one- or two-character string xx becomes the left delimiter; if xx is omitted, the left delimiter becomes undefined, which it is initially.
-rxx Same for the right delimiter. The left and right delimiters may (but need not) be different.
EXAMPLE
checkcw file
expects the file named "file" to be written in troff(1) format. A list of all unbalanced left and right delimiters and .CW/.CN pairs is output.
SEE ALSO
Version 3.6 — December 20, 1987