summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2016-02-26 18:49:23 +0000
committerRobert Mustacchi <rm@joyent.com>2016-03-25 16:47:38 -0700
commit4bfcae809e209680a47fe4a1a1d2ed8f5ad0790f (patch)
treee6baae9a6806fd149c55016f349dc77c1f1e94ec
parent44f88c2eeb6a7c329d82467a31c4a501eae16fec (diff)
downloadillumos-joyent-4bfcae809e209680a47fe4a1a1d2ed8f5ad0790f.tar.gz
6693 mdoc(5): typos in MT-LEVEL names
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Volker A. Brandt <vab@bb-c.de> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
-rw-r--r--usr/src/man/man5/mdoc.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man5/mdoc.5 b/usr/src/man/man5/mdoc.5
index a981edd5ff..5be6dfb4a8 100644
--- a/usr/src/man/man5/mdoc.5
+++ b/usr/src/man/man5/mdoc.5
@@ -19,7 +19,7 @@
.\" Copyright 2014 Garrett D'Amore <garrett@dmaore.org>
.\" Copyright 2015 Nexenta Systems, Inc. All rights reserved.
.\"
-.Dd Oct 18, 2015
+.Dd Mar 13, 2016
.Dt MDOC 5
.Os
.Sh NAME
@@ -487,11 +487,11 @@ Indicates that the library is safe for use within a signal handler. An
interface can be made
.Nm Async-Signal-Safe
by ensuring that it blocks signals when acquiring locks.
-.It Nm Safe with Exections
+.It Nm Safe with Exceptions
As for
.Nm Safe
but with specific exceptions noted.
-.It Nm MT-Safe with Exections
+.It Nm MT-Safe with Exceptions
As for
.Nm MT-Safe
but with specific exceptions noted.