1 .\" $Id: demandoc.1,v 1.1 2011/09/01 10:46:28 kristaps Exp $
3 .\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
5 .\" Permission to use, copy, modify, and distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .Dd $Mdocdate: September 1 2011 $
22 .Nd emit only text of UNIX manuals
29 utility emits only the text portions of
35 Its arguments are as follows:
45 accepts standard input.
48 output preserves the line numbering and column position of its input.
52 utility exits with one of the following values:
54 .Bl -tag -width Ds -compact
58 An operating system error occurred, for example memory exhaustion or an
59 error accessing input files.
62 to exit at once, possibly in the middle of parsing or formatting a file.
63 The output databases are corrupt and should be removed .
72 utility was written by
73 .An Kristaps Dzonsons ,