aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-12-06 16:26:08 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-12-06 16:26:08 +0000
commitf55d9bcb0329b39d14efff2365a86e1a70441085 (patch)
tree4a73ca0e6834ef84c67e7d8fd8ce8119b4c27156
parente04f420246bfc2933aca90b90c4509a05a695ad5 (diff)
downloadmandoc-f55d9bcb0329b39d14efff2365a86e1a70441085.tar.gz
mandoc-f55d9bcb0329b39d14efff2365a86e1a70441085.tar.zst
mandoc-f55d9bcb0329b39d14efff2365a86e1a70441085.zip
merge OpenBSD commit by jmc@:
sytle -> style; adapted from changes by SAITOH masanobu (NetBSD)
-rw-r--r--mdoc.76
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc.7 b/mdoc.7
index 7ac6ff11..442f3033 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.287 2021/07/29 17:32:01 schwarze Exp $
+.\" $Id: mdoc.7,v 1.288 2021/12/06 16:26:08 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: July 29 2021 $
+.Dd $Mdocdate: December 6 2021 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -1614,7 +1614,7 @@ Examples:
.Dl ".Nm aucat Fl o Fl"
.Dl ".Nm kill Fl Ar signal_number"
.Pp
-For GNU-sytle long options, escaping the additional hyphen-minus is not
+For GNU-style long options, escaping the additional hyphen-minus is not
strictly required, but may be safer with future versions of GNU troff; see
.Xr mandoc_char 7
for details.