diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-12 00:54:10 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-12 00:54:10 +0000 |
commit | 8275a8e52fbf7fc40a4ad55c8d4ad9efe8f67058 (patch) | |
tree | c81a99061a1263dce03ec39c840a76a6e40782dd /mandoc.1 | |
parent | 01e7064c09b621aa81c81b4ce8108312e8e2d7b1 (diff) | |
download | mandoc-8275a8e52fbf7fc40a4ad55c8d4ad9efe8f67058.tar.gz |
warn about commas in function arguments; inspired by mdoclint(1)
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1118,6 +1118,13 @@ macro has an invalid argument. It is used verbatim, with .Qq "AT&T UNIX " prefixed to it. +.It Sy "comma in function argument" +.Pq mdoc +An argument of an +.Ic \&Fa +or +.Ic \&Fn +macro contains a comma; it should probably be split into two arguments. .It Sy "invalid content in Rs block" .Pq mdoc An |