diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2017-01-09 20:07:52 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-01-10 15:06:10 -0800 |
commit | a593473611dc9e109c40317ce52161b8cfe015ff (patch) | |
tree | 59594c4c235692e031bf0313bd4529432a58f80b /usr/src/man/man3c | |
parent | 28b83f21b6f708fcc61937fcc89194e3e5e2b295 (diff) | |
download | illumos-gate-a593473611dc9e109c40317ce52161b8cfe015ff.tar.gz |
7712 mandoc -Tlint does always exit with error code 0
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/pthread_mutex_consistent.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/pthread_mutexattr_getrobust.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/signalfd.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/smt_pause.3c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/man/man3c/pthread_mutex_consistent.3c b/usr/src/man/man3c/pthread_mutex_consistent.3c index 7adfec6527..cb45730cc4 100644 --- a/usr/src/man/man3c/pthread_mutex_consistent.3c +++ b/usr/src/man/man3c/pthread_mutex_consistent.3c @@ -9,7 +9,7 @@ .\" http://www.illumos.org/license/CDDL. .\" .\" -.\" Copyright (c) 2014, Joyent, Inc. +.\" Copyright (c) 2014, Joyent, Inc. .\" .Dd "Dec 22, 2014" .Dt PTHREAD_MUTEX_CONSISTENT 3C diff --git a/usr/src/man/man3c/pthread_mutexattr_getrobust.3c b/usr/src/man/man3c/pthread_mutexattr_getrobust.3c index 3f7abffff5..cefcc73042 100644 --- a/usr/src/man/man3c/pthread_mutexattr_getrobust.3c +++ b/usr/src/man/man3c/pthread_mutexattr_getrobust.3c @@ -9,7 +9,7 @@ .\" http://www.illumos.org/license/CDDL. .\" .\" -.\" Copyright (c) 2014, Joyent, Inc. +.\" Copyright (c) 2014, Joyent, Inc. .\" .Dd "Dec 22, 2014" .Dt PTHREAD_MUTEXATTR_GETROBUST 3C diff --git a/usr/src/man/man3c/signalfd.3c b/usr/src/man/man3c/signalfd.3c index f08e85b273..fecd46e124 100644 --- a/usr/src/man/man3c/signalfd.3c +++ b/usr/src/man/man3c/signalfd.3c @@ -3,7 +3,7 @@ .\" Common Development and Distribution License ("CDDL"), version 1.0. .\" You may only use this file in accordance with the terms of version .\" 1.0 of the CDDL. -.\" +.\" .\" A full copy of the text of the CDDL should have accompanied this .\" source. A copy of the CDDL is also available via the Internet at .\" http://www.illumos.org/license/CDDL. diff --git a/usr/src/man/man3c/smt_pause.3c b/usr/src/man/man3c/smt_pause.3c index 2a890c4977..495d3b78d1 100644 --- a/usr/src/man/man3c/smt_pause.3c +++ b/usr/src/man/man3c/smt_pause.3c @@ -9,7 +9,7 @@ .\" http://www.illumos.org/license/CDDL. .\" .\" -.\" Copyright (c) 2014, Joyent, Inc. +.\" Copyright (c) 2014, Joyent, Inc. .\" .Dd "Dec 22, 2014" .Dt SMT_PAUSE 3C |