diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-12-05 15:53:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-12-05 15:53:47 +0000 |
commit | acd9864718233d5129dfd37fe70ccc0ce98ba90c (patch) | |
tree | 0942775ba57bf736ebe2f45053772841d2f5833e | |
parent | c602843099879a11c2157ea3b55fadf095481ffe (diff) |
sytle -> style; adapted from changes by saitoh masanobu
-rw-r--r-- | share/man/man7/mdoc.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 252155dbb47..5654a27f7b2 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.179 2021/07/29 17:31:25 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.180 2021/12/05 15:53:46 jmc 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 5 2021 $ .Dt MDOC 7 .Os .Sh NAME @@ -1627,7 +1627,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. |