- options must be lexicographically ordered; again, options without
arguments must be placed before options with arguments. - manual page cross references are done using the macro `.Xr', not the macro `.Nm' (used for command names instead). From Igor Sobrado. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20310 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
.\" Copyright (c) 2002 Kungliga Tekniska H<>gskolan
|
.\" Copyright (c) 2002 - 2007 Kungliga Tekniska H<>gskolan
|
||||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@@ -40,29 +40,30 @@
|
|||||||
obtain AFS tokens
|
obtain AFS tokens
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
|
.Op Fl h | Fl -help
|
||||||
|
.Op Fl -no-v4
|
||||||
|
.Op Fl -no-v5
|
||||||
|
.Op Fl u | Fl -unlog
|
||||||
|
.Op Fl v | Fl -verbose
|
||||||
|
.Op Fl -version
|
||||||
.Oo Fl c Ar cell \*(Ba Xo
|
.Oo Fl c Ar cell \*(Ba Xo
|
||||||
.Fl -cell= Ns Ar cell
|
.Fl -cell= Ns Ar cell
|
||||||
.Xc
|
.Xc
|
||||||
.Oc
|
.Oc
|
||||||
.Oo Fl p Ar path \*(Ba Xo
|
|
||||||
.Fl -file= Ns Ar path
|
|
||||||
.Xc
|
|
||||||
.Oc
|
|
||||||
.Oo Fl k Ar realm \*(Ba Xo
|
.Oo Fl k Ar realm \*(Ba Xo
|
||||||
.Fl -realm= Ns Ar realm
|
.Fl -realm= Ns Ar realm
|
||||||
.Xc
|
.Xc
|
||||||
.Oc
|
.Oc
|
||||||
.Op Fl -no-v4
|
|
||||||
.Op Fl -no-v5
|
|
||||||
.Oo Fl P Ar principal \*(Ba Xo
|
.Oo Fl P Ar principal \*(Ba Xo
|
||||||
.Fl -principal= Ns Ar principal
|
.Fl -principal= Ns Ar principal
|
||||||
.Xc
|
.Xc
|
||||||
.Oc
|
.Oc
|
||||||
.Op Fl -cache Ar cache
|
.Bk -words
|
||||||
.Op Fl u | Fl -unlog
|
.Oo Fl p Ar path \*(Ba Xo
|
||||||
.Op Fl v | Fl -verbose
|
.Fl -file= Ns Ar path
|
||||||
.Op Fl -version
|
.Xc
|
||||||
.Op Fl h | Fl -help
|
.Oc
|
||||||
|
.Ek
|
||||||
.Op Ar cell | path ...
|
.Op Ar cell | path ...
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
@@ -76,23 +77,6 @@ decides upon.
|
|||||||
.Pp
|
.Pp
|
||||||
Supported options:
|
Supported options:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Xo
|
|
||||||
.Fl c Ar cell,
|
|
||||||
.Fl -cell= Ns Ar cell
|
|
||||||
.Xc
|
|
||||||
This specified one or more cell names to get tokens for.
|
|
||||||
.It Xo
|
|
||||||
.Fl p Ar path ,
|
|
||||||
.Fl -file= Ns Ar path
|
|
||||||
.Xc
|
|
||||||
This specified one or more file paths for which tokens should be
|
|
||||||
obtained.
|
|
||||||
.It Xo
|
|
||||||
.Fl k Ar realm ,
|
|
||||||
.Fl -realm= Ns Ar realm
|
|
||||||
.Xc
|
|
||||||
This is the Kerberos realm the AFS servers live in, this should
|
|
||||||
normally not be specified.
|
|
||||||
.It Fl -no-v4
|
.It Fl -no-v4
|
||||||
This makes
|
This makes
|
||||||
.Nm
|
.Nm
|
||||||
@@ -124,7 +108,25 @@ and
|
|||||||
.Fl -verbose
|
.Fl -verbose
|
||||||
.Xc
|
.Xc
|
||||||
Adds more verbosity for what is actually going on.
|
Adds more verbosity for what is actually going on.
|
||||||
|
.It Xo
|
||||||
|
.Fl c Ar cell,
|
||||||
|
.Fl -cell= Ns Ar cell
|
||||||
|
.Xc
|
||||||
|
This specified one or more cell names to get tokens for.
|
||||||
|
.It Xo
|
||||||
|
.Fl k Ar realm ,
|
||||||
|
.Fl -realm= Ns Ar realm
|
||||||
|
.Xc
|
||||||
|
This is the Kerberos realm the AFS servers live in, this should
|
||||||
|
normally not be specified.
|
||||||
|
.It Xo
|
||||||
|
.Fl p Ar path ,
|
||||||
|
.Fl -file= Ns Ar path
|
||||||
|
.Xc
|
||||||
|
This specified one or more file paths for which tokens should be
|
||||||
|
obtained.
|
||||||
.El
|
.El
|
||||||
|
.Pp
|
||||||
Instead of using
|
Instead of using
|
||||||
.Fl c
|
.Fl c
|
||||||
and
|
and
|
||||||
|
Reference in New Issue
Block a user