diff options
author | 2014-04-07 21:41:50 +0000 | |
---|---|---|
committer | 2014-04-07 21:41:50 +0000 | |
commit | b6f97bebb8767ee858373f48b55386ca54549f21 (patch) | |
tree | 9940ce7984f52a1f1af9c6cbbf7caf5ef8a73af0 | |
parent | We already supported (outer) user-defined strings containing references (diff) | |
download | wireguard-openbsd-b6f97bebb8767ee858373f48b55386ca54549f21.tar.xz wireguard-openbsd-b6f97bebb8767ee858373f48b55386ca54549f21.zip |
add heimbase; description from (and ok) ajacoutot
-rw-r--r-- | share/man/man3/intro.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index c584866635f..c76e6c57169 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.62 2014/03/24 18:46:59 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.63 2014/04/07 21:41:50 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: March 24 2014 $ +.Dd $Mdocdate: April 7 2014 $ .Dt INTRO 3 .Os .Sh NAME @@ -182,6 +182,9 @@ See The Heimdal Kerberos 5 authentication/authorisation database access library. .Pp +.It libheimbase Pq Fl heimbase +Collection of helper functions for Heimdal Kerberos 5. +.Pp .It libiberty Pq Fl liberty Collection of subroutines missing in other operating systems, as well as the C++ demangler and other functions used by |