Rewrote man page in mdoc format.

This commit is contained in:
Philippe Charnier
1997-07-16 06:52:13 +00:00
parent ca22ec7d08
commit 5827e97390
+27 -27
View File
@@ -1,47 +1,47 @@
.ll 6i
.pl 10.5i
.\" from: @(#)keyinfo.1 1.1 (Bellcore) 7/20/93
.\" $Id$
.\" $Id: keyinfo.1,v 1.4 1997/02/22 19:55:20 peter Exp $
.\"
.lt 6.0i
.TH KEYINFO 1 "26 April 1996"
.AT 3
.SH NAME
keyinfo \- display current S/Key sequence number and seed
.SH SYNOPSIS
.B keyinfo [username]
.SH DESCRIPTION
.I keyinfo
.Dd April 26, 1996
.Dt KEYINFO 1
.Os
.Sh NAME
.Nm keyinfo
.Nd display current S/Key sequence number and seed
.Sh SYNOPSIS
.Nm
.Op Ar username
.Sh DESCRIPTION
.Nm Keyinfo
takes an optional user name and displays the user\'s current sequence
number and seed found in the S/Key database /etc/skeykeys.
.sp 1
number and seed found in the S/Key database
.Pa /etc/skeykeys .
.Pp
The command can be useful when generating a list of passwords for use
on a field trip, by combining with the command
.I key
.Nm key
in the form:
.sp
> key \-n <number of passwords> `keyinfo`|lpr
.SH EXAMPLE
.sh
.Sh EXAMPLE
Usage example:
.sp 0
> keyinfo
.sp 0
0098 ws91340
.LP
.SH ARGUMENTS
.TP
.B username
.Sh ARGUMENTS
.Bl -tag -width indent
.It Ar username
The S/key user to display the information for. The default is
to display S/Key information on the user who invokes the command.
.SH DIAGNOSTICS
.I keyinfo
.El
.Sh DIAGNOSTICS
.Nm Keyinfo
exits with status 0 if a key for the requested user has been found,
else with status 1.
.SH SEE ALSO
.BR keyinit(1),
.BR key(1)
.SH AUTHOR
.Sh SEE ALSO
.Xr key 1 ,
.Xr keyinit 1
.Sh AUTHOR
Original command by Phil Karn, Neil M. Haller, John S. Walden.
Rewritten in Perl by
.ie t J\(:org \%Wunsch