Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/./man/man1/deroff.1
Real path: /usr/share/man/man1/deroff.1
Zurück
'\" te .\" Portions Copyright (c) 1996, 2020, Oracle and/or its affiliates. .\" Copyright (c) 1989, AT&T. All rights reserved. .TH deroff 1 "1 Sep 2015" "Oracle Solaris 11.4" "User Commands" .SH NAME deroff \- remove nroff/troff, tbl, and eqn constructs .SH SYNOPSIS .LP .nf \fBderoff\fR [\fB-m\fR [m | s | l]] [\fB-w\fR] [\fB-i\fR] [\fIfilename\fR...] .fi .SH DESCRIPTION .sp .LP \fBderoff\fR reads each of the \fIfilenames\fR in sequence and removes all troff requests, macro calls, backslash constructs, eqn constructs (between \fB.EQ\fR and \fB\fR\fB.EN\fR\fB \fR lines, and between delimiters), and \fBtbl\fR(1) descriptions, perhaps replacing them with white space (blanks and blank lines), and writes the remainder of the file on the standard output. \fBderoff\fR follows chains of included files (\fB.so\fR and \fB.nx\fR \fBtroff\fR commands); if a file has already been included, a \fB.so\fR naming that file is ignored and a \fB.nx\fR naming that file terminates execution. If no input file is given, \fB deroff\fR reads the standard input. .SH OPTIONS .sp .ne 2 .mk .na \fB\fB-m\fR\fR .ad .RS 6n .rt The \fB-m\fR option may be followed by an \fBm\fR, \fBs\fR, or \fBl\fR. The \fB-mm\fR option causes the macros to be interpreted so that only running text is output (that is, no text from macro lines.) The \fB-ml\fR option forces the \fB-mm\fR option and also causes deletion of lists associated with the \fBmm\fR macros. .RE .sp .ne 2 .mk .na \fB\fB-w\fR\fR .ad .RS 6n .rt If the \fB-w\fR option is given, the output is a word list, one "word" per line, with all other characters deleted. Otherwise, the output follows the original, with the deletions mentioned above. In text, a "word" is any string that \fIcontains\fR at least two letters and is composed of letters, digits, ampersands (\fB&\fR), and apostrophes (\fB'\fR); in a macro call, however, a "word" is a string that \fIbegins\fR with at least two letters and contains a total of at least three letters. Delimiters are any characters other than letters, digits, apostrophes, and ampersands. Trailing apostrophes and ampersands are removed from "words." .RE .sp .ne 2 .mk .na \fB\fB-i\fR\fR .ad .RS 6n .rt The \fB-i\fR option causes \fBderoff\fR to ignore \fB.so\fR and \fB.nx\fR commands. .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability text/doctools .TE .sp .SH SEE ALSO .sp .LP \fBnroff\fR(1), \fBtbl\fR(1), \fBattributes\fR(7) .SH NOTES .sp .LP \fBderoff\fR is not a complete \fBtroff\fR interpreter, so it can be confused by subtle constructs. Most such errors result in too much rather than too little output. .sp .LP The \fB-ml\fR option does not handle nested lists correctly.