aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-27 18:51:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-27 18:51:36 +0000
commit918918e963e1f44e9a698bbd05c3b8c4589a0add (patch)
tree4e0a43f917389c8be83f0a7373a26e1785549571 /mandoc.1
parentb73badc4305130aded7bb54e7a3dd46f88e2c6da (diff)
downloadmandoc-918918e963e1f44e9a698bbd05c3b8c4589a0add.tar.gz
mandoc-918918e963e1f44e9a698bbd05c3b8c4589a0add.tar.zst
mandoc-918918e963e1f44e9a698bbd05c3b8c4589a0add.zip
simplify the SYNOPSIS as well, just like the option lists;
suggested by and OK jmc@
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.18
1 files changed, 4 insertions, 4 deletions
diff --git a/mandoc.1 b/mandoc.1
index aa77f27a..4168c69a 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.183 2017/03/27 15:17:11 schwarze Exp $
+.\" $Id: mandoc.1,v 1.184 2017/03/27 18:51:36 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2012, 2014-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -23,11 +23,11 @@
.Nd format manual pages
.Sh SYNOPSIS
.Nm mandoc
-.Op Fl acfhkl
+.Op Fl ac
.Op Fl I Cm os Ns = Ns Ar name
.Op Fl K Ar encoding
.Op Fl mdoc | man
-.Op Fl O Ar option
+.Op Fl O Ar options
.Op Fl T Ar output
.Op Fl W Ar level
.Op Ar
@@ -130,7 +130,7 @@ parser is used.
With other arguments,
.Fl m
is silently ignored.
-.It Fl O Ar option
+.It Fl O Ar options
Comma-separated output options.
.It Fl T Ar output
Output format.