summaryrefslogtreecommitdiffstats
path: root/demandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-09-01 22:09:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-09-01 22:09:50 +0000
commit20e26486c747057a6426ded8d6a1f89bf2154c6e (patch)
tree8fbc40a650ca0e0d897ade1b4a7ea6498c54b508 /demandoc.1
parenta3561601a4adc8f988b95b6bc5356bf369a5d198 (diff)
downloadmandoc-20e26486c747057a6426ded8d6a1f89bf2154c6e.tar.gz
Make `-w' mode work much better. This is INCREDIBLY poorly specified in
any other deroff manual, and as I don't think anybody actually uses deroff, I don't feel compelled to research its behaviour too much and can just do what's logical.
Diffstat (limited to 'demandoc.1')
-rw-r--r--demandoc.110
1 files changed, 6 insertions, 4 deletions
diff --git a/demandoc.1 b/demandoc.1
index 0b909514..169616d2 100644
--- a/demandoc.1
+++ b/demandoc.1
@@ -39,9 +39,10 @@ Its arguments are as follows:
Output a word list.
This outputs each word of text on its own line.
A
-.Qq word
-starts with at least two letters and consists of at least three letters
-total.
+.Qq word ,
+in this case, refers to whitespace-delimited terms beginning with at
+least two letters after opening punctuation and not consisting of any
+escape sequences.
.It Ar
The input files.
.El
@@ -51,12 +52,13 @@ If
is not provided,
.Nm
accepts standard input.
+If a document is not well-formed, it is skipped.
.Pp
By default,
.Nm
parses its input and outputs only text nodes, preserving line column
position.
-If a document is not well-formed, it is skipped.
+Escape sequences are omitted from the output.
.Pp
The
.Fl i ,