Amend formatting of psl man page
This commit is contained in:
parent
45cce63142
commit
10fe88b22b
26
tools/psl.1
26
tools/psl.1
|
@ -12,15 +12,20 @@ to standard output, with each line containing one domain followed by a
|
||||||
colon, followed by the relevant information for that domain.
|
colon, followed by the relevant information for that domain.
|
||||||
.SH MODES
|
.SH MODES
|
||||||
The information printed per domain changes based on the selected mode.
|
The information printed per domain changes based on the selected mode.
|
||||||
|
.br
|
||||||
Available modes are:
|
Available modes are:
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-is\-public\-suffix\fR
|
\fB\-\-is\-public\-suffix\fR
|
||||||
check if domains are public suffixes. Returned data: 1 if the
|
check if domains are public suffixes.
|
||||||
\fIdomain\fR is a public suffix, 0 otherwise. [default]
|
.br
|
||||||
|
Returned data: 1 if the \fIdomain\fR is a public suffix, 0 otherwise.
|
||||||
|
[default]
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-is\-cookie\-domain\-acceptable\fR <cookie\-domain>
|
\fB\-\-is\-cookie\-domain\-acceptable\fR <cookie\-domain>
|
||||||
check if cookie\-domain is acceptable for domains. Returned data: 1
|
check if cookie\-domain is acceptable for domains.
|
||||||
if \fIcookie-domain\fR is acceptable for the \fIdomain\fR, 0 otherwise.
|
.br
|
||||||
|
Returned data: 1 if \fIcookie-domain\fR is acceptable for the
|
||||||
|
\fIdomain\fR, 0 otherwise.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-print\-unreg\-domain\fR
|
\fB\-\-print\-unreg\-domain\fR
|
||||||
Returned data: the longest public suffix part for each \fIdomain\fR.
|
Returned data: the longest public suffix part for each \fIdomain\fR.
|
||||||
|
@ -37,8 +42,9 @@ show library version information
|
||||||
\fB\-\-print\-info\fR
|
\fB\-\-print\-info\fR
|
||||||
print info about library builtin data
|
print info about library builtin data
|
||||||
.SH PUBLIC SUFFIX DATA
|
.SH PUBLIC SUFFIX DATA
|
||||||
By default, `psl' will use built-in Public Suffix data. You can also
|
By default, `psl' will use built-in Public Suffix data.
|
||||||
direct it to use a different file:
|
.br
|
||||||
|
You can also direct it to use a different file:
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-use\-builtin\-data\fR
|
\fB\-\-use\-builtin\-data\fR
|
||||||
use the builtin PSL data [default]
|
use the builtin PSL data [default]
|
||||||
|
@ -50,6 +56,8 @@ https://publicsuffix.org/
|
||||||
https://github.com/rockdaboot/libpsl
|
https://github.com/rockdaboot/libpsl
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
libpsl and `psl' are copyright \(co 2014\-2016 Tim Ruehsen under an
|
libpsl and `psl' are copyright \(co 2014\-2016 Tim Ruehsen under an
|
||||||
MIT-style License. This documentation was written by Daniel Kahn
|
MIT-style License.
|
||||||
Gillmor for the Debian project, but may be used by others under the
|
.br
|
||||||
same license as libpsl itself.
|
This documentation was written by Daniel Kahn Gillmor for the Debian
|
||||||
|
project, but may be used by others under the same license as libpsl
|
||||||
|
itself.
|
||||||
|
|
Loading…
Reference in New Issue