diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-08 10:54:30 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-08 10:54:30 +0000 |
commit | 2b6645c034222cbb6820ab1d6bac967c6c47cece (patch) | |
tree | 45e2e363057a3198530a7d548ac29e0de263dd74 /eBones/acl | |
parent | 8aec260842ffda9a3095a434ee52aacba748d78b (diff) |
Various documentation changes.
Submitted by: Mark Murray <mark@grondar.za>
Notes
Notes:
svn path=/head/; revision=6240
Diffstat (limited to 'eBones/acl')
-rw-r--r-- | eBones/acl/acl_check.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eBones/acl/acl_check.3 b/eBones/acl/acl_check.3 index c142506dbfcf..2e5129c47038 100644 --- a/eBones/acl/acl_check.3 +++ b/eBones/acl/acl_check.3 @@ -1,5 +1,5 @@ .\" from: acl_check.3,v 4.1 89/01/23 11:06:54 jtkohl Exp $ -.\" $Id: acl_check.3,v 1.2 1994/07/19 19:27:17 g89r4222 Exp $ +.\" $Id: acl_check.3,v 1.1.1.1 1994/09/30 14:50:05 csgr Exp $ .\" Copyright 1989 by the Massachusetts Institute of Technology. .\" .\" For copying and distribution information, @@ -16,7 +16,7 @@ acl_delete, acl_initialize \- Access control list routines cc <files> \-lacl \-lkrb .PP .ft B -#include <krb.h> +#include <kerberosIV/krb.h> .PP .ft B acl_canonicalize_principal(principal, buf) @@ -98,7 +98,7 @@ must contain enough space to store a principal, given the limits on the sizes of name, instance, and realm specified as ANAME_SZ, INST_SZ, and REALM_SZ, respectively, in -.IR /usr/include/krb.h . +.IR /usr/include/kerberosIV/krb.h . .PP .I acl_check returns nonzero if |