diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2023-04-28 18:55:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2023-04-28 18:55:09 +0000 |
commit | f6a5ecf0a6ad2ae347cd6feb5ff6eefafbe8631f (patch) | |
tree | ed7bd29cb79cfb8bd680ac67c11b3949f147639a | |
parent | 780afa1ca4d7f43a09dd21046f5b183f6d7a4c72 (diff) | |
download | mandoc-f6a5ecf0a6ad2ae347cd6feb5ff6eefafbe8631f.tar.gz |
Denote multiple arguments with 'arg ...' not 'args'.
From kn@, OK jmc@.
-rw-r--r-- | mandoc.1 | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -765,7 +765,7 @@ Messages displayed by follow this format: .Bd -ragged -offset indent .Nm : -.Ar file : Ns Ar line : Ns Ar column : level : message : macro arguments +.Ar file : Ns Ar line : Ns Ar column : level : message : macro argument ... .Pq Ar os .Ed .Pp @@ -785,9 +785,7 @@ and strings are explained below. The name of the .Ar macro -triggering the message and its -.Ar arguments -are omitted where meaningless. +triggering the message and its arguments are omitted where meaningless. The .Ar os operating system specifier is omitted for messages that are relevant |