diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2022-01-11 18:20:01 +0000 |
---|---|---|
committer | Peter Tribble <peter.tribble@gmail.com> | 2022-01-11 18:48:07 +0000 |
commit | 123e0aa39ff14433d916a870ec23b74c77097914 (patch) | |
tree | c6cd09d767e4e4a2fcbb92e0b53d124a68534b0f /usr/src/man/man3lib | |
parent | 8c2e120d86add3ec9062486352618e0fc4a2161c (diff) | |
download | illumos-gate-123e0aa39ff14433d916a870ec23b74c77097914.tar.gz |
14345 Manual titles should be upper case
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3lib')
-rw-r--r-- | usr/src/man/man3lib/libm.3lib | 2 | ||||
-rw-r--r-- | usr/src/man/man3lib/libmvec.3lib | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3lib/libm.3lib b/usr/src/man/man3lib/libm.3lib index 61ada1bbde..9cebc5b60f 100644 --- a/usr/src/man/man3lib/libm.3lib +++ b/usr/src/man/man3lib/libm.3lib @@ -4,7 +4,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH libm 3LIB "Feb 27, 2020" +.TH LIBM 3LIB "December 29, 2021" .SH NAME libm \- C math library .SH SYNOPSIS diff --git a/usr/src/man/man3lib/libmvec.3lib b/usr/src/man/man3lib/libmvec.3lib index 2be5fda4c7..917aefbd2f 100644 --- a/usr/src/man/man3lib/libmvec.3lib +++ b/usr/src/man/man3lib/libmvec.3lib @@ -4,7 +4,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH libmvec 3LIB "Feb 27, 2020" +.TH LIBMVEC 3LIB "December 29, 2021" .SH NAME libmvec \- vector math library .SH SYNOPSIS |