aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-07-04 16:33:04 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-07-04 16:33:04 +0000
commite2631349dc5e5cd9592b398a207bbfa48331cdd4 (patch)
treee16c09723ba02c514c9242d9dfa509a7fb6555e7
parent38564fb72f1972ec44f0dd16e2ae4802adc9d3c9 (diff)
downloadmandoc-e2631349dc5e5cd9592b398a207bbfa48331cdd4.tar.gz
mandoc-e2631349dc5e5cd9592b398a207bbfa48331cdd4.tar.zst
mandoc-e2631349dc5e5cd9592b398a207bbfa48331cdd4.zip
s/The arguments are as follows:/The options are as follows:/
because that's what the example is talking about; patch from kn@
-rw-r--r--mdoc.76
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc.7 b/mdoc.7
index f3152422..6d86a33b 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.284 2021/05/12 17:13:01 schwarze Exp $
+.\" $Id: mdoc.7,v 1.285 2021/07/04 16:33:04 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010, 2011, 2013-2020 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 12 2021 $
+.Dd $Mdocdate: July 4 2021 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -297,7 +297,7 @@ utility does this, that, and the other.
It usually follows with a breakdown of the options (if documenting a
command), such as:
.Bd -literal -offset indent
-The arguments are as follows:
+The options are as follows:
\&.Bl \-tag \-width Ds
\&.It Fl v
Print verbose information.