diff options
| author | Alex Colomar <alx.manpages@gmail.com> | 2022-09-11 00:57:38 +0200 |
|---|---|---|
| committer | Alex Colomar <alx.manpages@gmail.com> | 2022-09-12 17:18:55 +0200 |
| commit | d917c31dda3941c70eb72864dc5351144f981fbd (patch) | |
| tree | 5d6530562c752105ab323ef85507a03fb5d49382 /man3/fmtmsg.3 | |
| parent | 0f6f10d52afa01c97b8366e452c4e299ef86b276 (diff) | |
| download | man-pages-d917c31dda3941c70eb72864dc5351144f981fbd.tar.gz | |
Various pages: EXAMPLES: Fix alignment
In some cases, add braces, for readability.
Link: <https://nginx.org/en/docs/dev/development_guide.html#code_style>
Reported-by: checkpatch(1)
Signed-off-by: Alex Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/fmtmsg.3')
| -rw-r--r-- | man3/fmtmsg.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/fmtmsg.3 b/man3/fmtmsg.3 index a3ba128428..8b734ca655 100644 --- a/man3/fmtmsg.3 +++ b/man3/fmtmsg.3 @@ -285,8 +285,8 @@ main(void) int err; err = fmtmsg(class, "util\-linux:mount", MM_ERROR, - "unknown mount option", "See mount(8).", - "util\-linux:mount:017"); + "unknown mount option", "See mount(8).", + "util\-linux:mount:017"); switch (err) { case MM_OK: break; |
