summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2007-10-30 15:56:12 +0000
committerkeramida <keramida@FreeBSD.org>2007-10-30 15:56:12 +0000
commit1e62b248656484256008be5f7495d10035280a43 (patch)
tree9c2b49ae5a17824ceecbae9e048c2ac99297c967 /lib/libgssapi
parenta4357ef9ba5d28b7d2c97c4025bd26843233172f (diff)
downloadFreeBSD-src-1e62b248656484256008be5f7495d10035280a43.zip
FreeBSD-src-1e62b248656484256008be5f7495d10035280a43.tar.gz
Change a .PP request to a valid .Pp mdoc request, and remove an extra
(but commented out) .Sh HISTORY section heading. MFC after: 3 days
Diffstat (limited to 'lib/libgssapi')
-rw-r--r--lib/libgssapi/gss_add_cred.35
-rw-r--r--lib/libgssapi/gss_create_empty_oid_set.34
2 files changed, 3 insertions, 6 deletions
diff --git a/lib/libgssapi/gss_add_cred.3 b/lib/libgssapi/gss_add_cred.3
index 612d0f9..72f2ab0 100644
--- a/lib/libgssapi/gss_add_cred.3
+++ b/lib/libgssapi/gss_add_cred.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_ADD_CRED 3 PRM
.Sh NAME
@@ -86,7 +86,7 @@ is
.Dv GSS_C_ACCEPT
or
.Dv GSS_C_BOTH ).
-.PP
+.Pp
This routine is expected to be used primarily by context acceptors,
since implementations are likely to provide mechanism-specific ways of
obtaining GSS-API initiator credentials from the system login process.
@@ -301,7 +301,6 @@ No credentials were found for the specified name.
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
diff --git a/lib/libgssapi/gss_create_empty_oid_set.3 b/lib/libgssapi/gss_create_empty_oid_set.3
index 3aa0158..fd6cca6 100644
--- a/lib/libgssapi/gss_create_empty_oid_set.3
+++ b/lib/libgssapi/gss_create_empty_oid_set.3
@@ -27,7 +27,7 @@
.\" $FreeBSD$
.\"
.\" The following commands are required for all man pages.
-.Dd November 12, 2005
+.Dd October 30, 2007
.Os
.Dt GSS_CREATE_EMPTY_OID_SET 3 PRM
.Sh NAME
@@ -55,7 +55,6 @@ object identifiers for input to
.It minor_status
Mechanism specific status code.
.It oid_set
-
The empty object identifier set.
The routine will allocate the gss_OID_set_desc object,
which the application must free after use with a call to
@@ -75,7 +74,6 @@ Successful completion
Generic Security Service Application Program Interface Version 2, Update 1
.It RFC 2744
Generic Security Service API Version 2 : C-bindings
-.\" .Sh HISTORY
.El
.Sh HISTORY
The
OpenPOWER on IntegriCloud