Drop .Os argument, and sort sections.
This commit is contained in:
parent
52c3aaaffd
commit
8c1a59d37e
|
@ -1,7 +1,7 @@
|
|||
.\" $Id: kafs.3,v 1.3 2001/11/23 07:35:19 gmcgarry Exp $
|
||||
.\" $Id: kafs.3,v 1.4 2001/11/23 08:20:48 wiz Exp $
|
||||
.\"
|
||||
.Dd May 7, 1997
|
||||
.Os KTH-KRB
|
||||
.Os
|
||||
.Dt KAFS 3
|
||||
.Sh NAME
|
||||
.Nm k_hasafs ,
|
||||
|
@ -103,18 +103,6 @@ initializes a new PAG.
|
|||
.Pp
|
||||
.Fn k_unlog
|
||||
removes destroys all tokens in the current PAG.
|
||||
.Sh ENVIRONMENT
|
||||
The following environment variable affect the mode of operation of
|
||||
.Nm kafs :
|
||||
.Bl -tag -width AFS_SYSCALL
|
||||
.It Ev AFS_SYSCALL
|
||||
Normally,
|
||||
.Nm kafs
|
||||
will try to figure out the correct system call(s) that are used by AFS
|
||||
by itself. If it does not manage to do that, or does it incorrectly,
|
||||
you can set this variable to the system call number or list of system
|
||||
call numbers that should be used.
|
||||
.El
|
||||
.Sh RETURN VALUES
|
||||
.Fn k_hasafs
|
||||
returns 1 if AFS is present in the kernel, 0 otherwise.
|
||||
|
@ -128,6 +116,18 @@ returns 0 on success, or a kerberos error number on failure.
|
|||
and
|
||||
.Fn k_unlog
|
||||
all return the value of the underlaying system call, 0 on success.
|
||||
.Sh ENVIRONMENT
|
||||
The following environment variable affect the mode of operation of
|
||||
.Nm kafs :
|
||||
.Bl -tag -width AFS_SYSCALL
|
||||
.It Ev AFS_SYSCALL
|
||||
Normally,
|
||||
.Nm kafs
|
||||
will try to figure out the correct system call(s) that are used by AFS
|
||||
by itself. If it does not manage to do that, or does it incorrectly,
|
||||
you can set this variable to the system call number or list of system
|
||||
call numbers that should be used.
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
The following code from
|
||||
.Nm login
|
||||
|
|
Loading…
Reference in New Issue