diff options
author | Dan McDonald <danmcd@joyent.com> | 2021-06-23 11:20:16 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2021-06-23 11:20:16 -0400 |
commit | 1f3af71f066da141cf830ece89d87dded4268582 (patch) | |
tree | 2e1670eee3dc34124cd7176ad3fcb475fefd8b9a /usr/src/man/man3lib/libtsol.3lib | |
parent | d2efcfc81ce15b9a53a68d28a4eb440687ac3f22 (diff) | |
parent | e9a9d42d6b4da41cc01b726a4d919abc09841750 (diff) | |
download | illumos-joyent-1f3af71f066da141cf830ece89d87dded4268582.tar.gz |
[illumos-gate merge]
commit e9a9d42d6b4da41cc01b726a4d919abc09841750
13888 Some #include statements in the manual refer to nonexistent files
commit c432de9c6e1189ea0aa9b0fe1c35c18427653f27
13883 Malformed #include statements in the manual
Diffstat (limited to 'usr/src/man/man3lib/libtsol.3lib')
-rw-r--r-- | usr/src/man/man3lib/libtsol.3lib | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/usr/src/man/man3lib/libtsol.3lib b/usr/src/man/man3lib/libtsol.3lib index 119e57212e..072b52d2ae 100644 --- a/usr/src/man/man3lib/libtsol.3lib +++ b/usr/src/man/man3lib/libtsol.3lib @@ -1,26 +1,23 @@ '\" te -.\" Copyright (c) 2017 Peter Tribble. +.\" Copyright (c) 2021 Peter Tribble. .\" Copyright (c) 2007, Sun Microsystems, Inc. All rights reserved. .\" 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 LIBTSOL 3LIB "Dec 3, 2017" +.TH LIBTSOL 3LIB "June 19, 2021" .SH NAME libtsol \- Solaris Trusted Extensions library .SH SYNOPSIS -.LP .nf \fBcc\fR [\fIflag\fR...] \fIfile\fR... \fB-ltsol\fR [\fIlibrary\fR...] -#include <tsol.h> +#include <tsol/label.h> .fi .SH DESCRIPTION -.LP Functions in this library provide programmatic access to Solaris Trusted Extensions features such as labels and Mandatory Access Policy (MAC) on systems that are configured with Trusted Extensions software. .SH INTERFACES -.LP The shared object \fBlibtsol.so.2\fR provides the public interfaces that are defined below. See \fBIntro\fR(3) for additional information on shared object interfaces. @@ -42,7 +39,6 @@ l l . .TE .SS "Obsolete Functions" -.LP The following functions are preserved to aid porting. .sp @@ -88,7 +84,6 @@ shared object .RE .SH ATTRIBUTES -.LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -107,9 +102,7 @@ MT-Level Safe .TE .SH SEE ALSO -.LP \fBIntro\fR(3), \fBlibtsnet\fR(3LIB), \fBattributes\fR(5) .SH NOTES -.LP The functionality described on this manual page is available only if the system has been configured with Trusted Extensions. |