diff options
author | 2014-09-17 00:42:54 +0000 | |
---|---|---|
committer | 2014-09-17 00:42:54 +0000 | |
commit | d09ce76423942cc3042fe8cc435b18b15722a90e (patch) | |
tree | f098eb07e40012cec38204d468cff4914fd630b3 | |
parent | disable taking the mutex to read pool stats. (diff) | |
download | wireguard-openbsd-d09ce76423942cc3042fe8cc435b18b15722a90e.tar.xz wireguard-openbsd-d09ce76423942cc3042fe8cc435b18b15722a90e.zip |
Five year old typo reported by Theo Buehler at math dot ethz dot ch, thanks.
I nearly asked: ``What's wrong with it? It formats as "intended".''
(However, what Kristaps intended to write was "indented".)
-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 87b6dad2ca8..4af04e55195 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.118 2014/08/28 03:49:59 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.119 2014/09/17 00:42:54 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013 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: August 28 2014 $ +.Dd $Mdocdate: September 17 2014 $ .Dt MDOC 7 .Os .Sh NAME @@ -1245,7 +1245,7 @@ See also and .Sx \&Os . .Ss \&Dl -One-line intended display. +One-line indented display. This is formatted as literal text and is useful for commands and invocations. It is followed by a newline. |