Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/heimdal/lib/kafs - include LIBRARY section



details:   https://anonhg.NetBSD.org/src/rev/215cbb5333ad
branches:  trunk
changeset: 518007:215cbb5333ad
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Fri Nov 23 07:35:19 2001 +0000

description:
- include LIBRARY section
- reference the correct location of the header file
- remove irrelevant BUGS section
- spelling fixes

Note: this man page only documents the Kerberos 4 interface; the
krb5 interface remains undocumented.

diffstat:

 crypto/dist/heimdal/lib/kafs/kafs.3 |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 8ad4a41b1474 -r 215cbb5333ad crypto/dist/heimdal/lib/kafs/kafs.3
--- a/crypto/dist/heimdal/lib/kafs/kafs.3       Fri Nov 23 07:18:52 2001 +0000
+++ b/crypto/dist/heimdal/lib/kafs/kafs.3       Fri Nov 23 07:35:19 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $Id: kafs.3,v 1.2 2001/11/21 19:01:31 wiz Exp $
+.\"    $Id: kafs.3,v 1.3 2001/11/23 07:35:19 gmcgarry Exp $
 .\"
 .Dd May 7, 1997
 .Os KTH-KRB
@@ -14,8 +14,10 @@
 .\" .Nm krb5_afslog ,
 .\" .Nm krb5_afslog_uid
 .Nd AFS library
+.Sh LIBRARY
+Kerberos IV AFS Library (libkafs, -lkafs)
 .Sh SYNOPSIS
-.Fd #include <kafs.h>
+.Fd #include <kerberosIV/kafs.h>
 .Ft int
 .Fn k_afs_cell_of_file "const char *path" "char *cell" "int len"
 .Ft int
@@ -141,7 +143,7 @@
 }
 .Ed
 .Sh ERRORS
-If any of these functions (appart from 
+If any of these functions (apart from 
 .Fn k_hasafs )
 is called without AFS beeing present in the kernel, the process will
 usually (depending on the operating system) receive a SIGSYS signal.
@@ -152,6 +154,3 @@
 .%T File Server/Cache Manager Interface
 .%D 1991
 .Re
-.Sh BUGS
-.Ev AFS_SYSCALL
-has no effect under AIX.



Home | Main Index | Thread Index | Old Index