Fixed man page
This commit is contained in:
parent
7c718b7d96
commit
145f7ef493
23
pw.1
23
pw.1
@ -3,7 +3,7 @@
|
|||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm pw
|
.Nm pw
|
||||||
.Nd one line about what it does
|
.Nd Password generator
|
||||||
.\" .Sh LIBRARY
|
.\" .Sh LIBRARY
|
||||||
.\" For sections 2, 3, and 9 only.
|
.\" For sections 2, 3, and 9 only.
|
||||||
.\" Not used in OpenBSD.
|
.\" Not used in OpenBSD.
|
||||||
@ -11,21 +11,32 @@
|
|||||||
.Nm
|
.Nm
|
||||||
.Fl h | v
|
.Fl h | v
|
||||||
.Nm
|
.Nm
|
||||||
.Op Ar
|
.Fl Op d
|
||||||
|
.Fl Op l
|
||||||
|
.Fl Op u
|
||||||
|
.Fl Op s
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
utility processes files ...
|
command generates a random password and prints it on the standard output.
|
||||||
When no file arguments are given,
|
If no flags for specifying which characters are allowed are given,
|
||||||
.Nm
|
.Nm
|
||||||
will read from the standard input.
|
acts as if all had been specified.
|
||||||
.Pp
|
.Pp
|
||||||
The options are as follows:
|
The options are as follows:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl h, \-help
|
.It Fl h, \-help
|
||||||
Print help text and exit.
|
Print help text and exit.
|
||||||
.It Fl v, \-version
|
.It Fl \-version
|
||||||
Print version info and exit.
|
Print version info and exit.
|
||||||
|
.It Fl d, \-digit
|
||||||
|
Allow digits.
|
||||||
|
.It Fl l, \-lower
|
||||||
|
Allow lower case letters.
|
||||||
|
.It Fl u, \-upper
|
||||||
|
Allow upper case letters.
|
||||||
|
.It Fl s, \-symbol
|
||||||
|
Allow symbols and punctuation form the following list: _-=+<>,.!@#$%^&*.
|
||||||
.El
|
.El
|
||||||
.\" .Sh CONTEXT
|
.\" .Sh CONTEXT
|
||||||
.\" For section 9 functions only.
|
.\" For section 9 functions only.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user