summaryrefslogtreecommitdiffstats
path: root/usr.bin/key
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-10 17:46:15 +0000
committerru <ru@FreeBSD.org>2000-11-10 17:46:15 +0000
commita6f5d950d860b642619fd71c1efc1875f906cc17 (patch)
treed290d38e2fe5b5c638aa4cd22f5612eb6b8cd6de /usr.bin/key
parent48c9ea08a6fa4c9c3d612d66b001208c85107546 (diff)
downloadFreeBSD-src-a6f5d950d860b642619fd71c1efc1875f906cc17.zip
FreeBSD-src-a6f5d950d860b642619fd71c1efc1875f906cc17.tar.gz
Avoid use of direct troff requests in mdoc(7) manual pages.
Diffstat (limited to 'usr.bin/key')
-rw-r--r--usr.bin/key/key.121
1 files changed, 9 insertions, 12 deletions
diff --git a/usr.bin/key/key.1 b/usr.bin/key/key.1
index a20dd41..9546929 100644
--- a/usr.bin/key/key.1
+++ b/usr.bin/key/key.1
@@ -6,7 +6,7 @@
.Os
.Sh NAME
.Nm key
-.Nd stand\-alone program for computing responses to S/Key challenges
+.Nd stand-alone program for computing responses to S/Key challenges
.Sh SYNOPSIS
.Nm
.Op Fl n Ar count
@@ -21,18 +21,15 @@ it prompts for the user's secret password, and produces both word
and hex format responses.
.Sh EXAMPLE
Usage example:
-.sp 0
- >key \-n 5 99 th91334
-.sp 0
- Enter password: <your secret password is entered here>
-.sp 0
- OMEN US HORN OMIT BACK AHOY
-.sp 0
- .... 4 more passwords.
-.sp 0
- >
+.Bd -literal -offset indent -compact
+>key -n 5 99 th91334
+Enter password: <your secret password is entered here>
+OMEN US HORN OMIT BACK AHOY
+\&.... 4 more passwords.
+>
+.Ed
.Sh OPTIONS
-.Bl -tag -width indent
+.Bl -tag -width Fl
.It Fl n Ar count
The number of one time access passwords to print.
The default is one.
OpenPOWER on IntegriCloud