Man reader: clarify comment.
This commit is contained in:
parent
15fa5455e2
commit
8c97e9f071
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ lexArgs = do
|
|||
oneArg :: PandocMonad m => ManLexer m [LinePart]
|
||||
oneArg = do
|
||||
many1 spacetab
|
||||
skipMany $ try $ string "\\\n" -- TODO why is this here?
|
||||
skipMany $ try $ string "\\\n" -- continuation line
|
||||
try quotedArg <|> plainArg
|
||||
-- try, because there are some erroneous files, e.g. linux/bpf.2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue