diff options
author | khm <devnull@localhost> | 2018-02-28 12:55:48 -0800 |
---|---|---|
committer | khm <devnull@localhost> | 2018-02-28 12:55:48 -0800 |
commit | 891a8c4f2c3a18c60cbfb3b15a67be32937fbfad (patch) | |
tree | a06d453ad37bc175a628a28e1db63086bf4b7855 /sys/man/1/deroff | |
parent | 59b31cccdb62f0fd0949984d67900fc344376298 (diff) |
manpages: shut up about tex (1)
Diffstat (limited to 'sys/man/1/deroff')
-rw-r--r-- | sys/man/1/deroff | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/sys/man/1/deroff b/sys/man/1/deroff index ff94859fe..8a7f74fcb 100644 --- a/sys/man/1/deroff +++ b/sys/man/1/deroff @@ -1,15 +1,12 @@ .TH DEROFF 1 .SH NAME -deroff, delatex \- remove formatting requests +deroff \- remove formatting requests .SH SYNOPSIS .B deroff [ .I option ... ] .I file ... -.PP -.B delatex -.I file .SH DESCRIPTION .I Deroff reads each file in sequence @@ -77,32 +74,16 @@ documents. Same as .BR -mm , but remove lists as well. -.PP -.I Delatex -does for -.I tex -and -.I latex -(see -.IR tex (1)) -files what -.B deroff -wi -does for -.I troff -files. .SH SOURCE .B /sys/src/cmd/deroff.c .br .B /sys/src/cmd/tex/local/delatex.c .SH "SEE ALSO" .IR troff (1), -.IR tex (1), .IR spell (1) .SH BUGS -These filters are not complete interpreters of -.I troff -or -.IR tex . +This filter is not a complete interpreter of +.I troff . For example, macro definitions containing .L \e$ cause chaos in |