Use "Fl Fl" for long options.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Thomas Klausner
2011-05-21 18:42:36 +02:00
committed by Love Hornquist Astrand
parent 05a432aaed
commit db8e287e41
35 changed files with 588 additions and 588 deletions

View File

@@ -39,9 +39,9 @@
.Nd Kerberos 5 password changing program
.Sh SYNOPSIS
.Nm
.Op Fl -admin-principal= Ns Ar principal
.Op Fl Fl admin-principal= Ns Ar principal
.Oo Fl c Ar cache \*(Ba Xo
.Fl -cache= Ns Ar cache
.Fl Fl cache= Ns Ar cache
.Xc
.Oc
.Op Ar principal ...
@@ -58,7 +58,7 @@ If the administrator isn't specified on the command prompt, the
principal of the default credential cache will be used.
.Pp
If a credential cache is given, the
.Fl -admin-principal
.Fl Fl admin-principal
flag is ignored and use the default name of the credential cache is
used instead.
.Sh DIAGNOSTICS

View File

@@ -38,23 +38,23 @@
.Sh SYNOPSIS
.Nm
.Bk -words
.Op Fl -addresses= Ns Ar address
.Op Fl -check-library= Ns Ar library
.Op Fl -check-function= Ns Ar function
.Op Fl Fl addresses= Ns Ar address
.Op Fl Fl check-library= Ns Ar library
.Op Fl Fl check-function= Ns Ar function
.Oo Fl k Ar kspec \*(Ba Xo
.Fl -keytab= Ns Ar kspec
.Fl Fl keytab= Ns Ar kspec
.Xc
.Oc
.Oo Fl r Ar realm \*(Ba Xo
.Fl -realm= Ns Ar realm
.Fl Fl realm= Ns Ar realm
.Xc
.Oc
.Oo Fl p Ar string \*(Ba Xo
.Fl -port= Ns Ar string
.Fl Fl port= Ns Ar string
.Xc
.Oc
.Op Fl -version
.Op Fl -help
.Op Fl Fl version
.Op Fl Fl help
.Ek
.Sh DESCRIPTION
.Nm
@@ -64,14 +64,14 @@ the database directly and should thus only run on the master KDC.
.Pp
Supported options:
.Bl -tag -width Ds
.It Fl -addresses= Ns Ar address
.It Fl Fl addresses= Ns Ar address
For each till the argument is given, add the address to what kpasswdd
should listen too.
.It Fl -check-library= Ns Ar library
.It Fl Fl check-library= Ns Ar library
If your system has support for dynamic loading of shared libraries,
you can use an external function to check password quality. This
option specifies which library to load.
.It Fl -check-function= Ns Ar function
.It Fl Fl check-function= Ns Ar function
This is the function to call in the loaded library. The function
should look like this:
.Pp
@@ -86,11 +86,11 @@ is the one who tries to change passwords, and
is the new password. Note that the password (in
.Fa password->data )
is not zero terminated.
.It Fl k Ar kspec , Fl -keytab= Ns Ar kspec
.It Fl k Ar kspec , Fl Fl keytab= Ns Ar kspec
Keytab to get authentication key from.
.It Fl r Ar realm , Fl -realm= Ns Ar realm
.It Fl r Ar realm , Fl Fl realm= Ns Ar realm
Default realm.
.It Fl p Ar string , Fl -port= Ns Ar string
.It Fl p Ar string , Fl Fl port= Ns Ar string
Port to listen on (default service kpasswd - 464).
.El
.Sh DIAGNOSTICS