mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Add man page for the command-line utilities
This commit is contained in:
102
data/fprintd.pod
Normal file
102
data/fprintd.pod
Normal file
@ -0,0 +1,102 @@
|
||||
=head1 NAME
|
||||
|
||||
fprintd - Fingerprint management daemon, and test applications
|
||||
|
||||
=head1 SYNOPSYS
|
||||
|
||||
B<fprintd-enroll> [username]
|
||||
|
||||
B<fprintd-list> username [usernames...]
|
||||
|
||||
B<fprintd-verify> [-f finger] [usename]
|
||||
|
||||
B<fprintd-delete> username [usernames...]
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This manual page documents briefly the B<fprintd> command-line utilities.
|
||||
|
||||
The B<fprintd> daemon is accessed through B<D-Bus> by those command-line utilities.
|
||||
|
||||
=head1 ARGUMENTS
|
||||
|
||||
=over 8
|
||||
|
||||
=item B<username>
|
||||
|
||||
The username for the user for which you want to query or modify the fingerprint database.
|
||||
|
||||
Not that B<fprintd-list> and B<fprintd-delete> require at least one username to be passed, and support multiple usernames.
|
||||
|
||||
B<fprintd-enroll> and B<fprintd-verify> will use the current username if none are passed on the command-line.
|
||||
|
||||
=item B<-f finger>
|
||||
|
||||
For B<fprintd-enroll>, the finger to enroll. Possible values are:
|
||||
|
||||
left-thumb,
|
||||
left-index-finger,
|
||||
left-middle-finger,
|
||||
left-ring-finger,
|
||||
left-little-finger,
|
||||
right-thumb,
|
||||
right-index-finger,
|
||||
right-middle-finger,
|
||||
right-ring-finger,
|
||||
right-little-finger.
|
||||
|
||||
The default is automatic, selecting the first available finger for swipe devices, or all the enrolled fingers, for press devices.
|
||||
|
||||
=back
|
||||
|
||||
=head1 TEST APPLICATIONS
|
||||
|
||||
=over 8
|
||||
|
||||
=back
|
||||
|
||||
=head2 fprintd-enroll
|
||||
|
||||
=over 8
|
||||
|
||||
Will enroll the user's right index finger into the database.
|
||||
|
||||
=back
|
||||
|
||||
=head2 fprintd-list
|
||||
|
||||
=over 8
|
||||
|
||||
Will list the user's enrolled fingerprints.
|
||||
|
||||
=back
|
||||
|
||||
=head2 fprintd-verify
|
||||
|
||||
=over 8
|
||||
|
||||
Will enroll the user's right index finger into the database.
|
||||
|
||||
=back
|
||||
|
||||
=head2 fprintd-enroll
|
||||
|
||||
=over 8
|
||||
|
||||
Will enroll the user's right index finger into the database.
|
||||
|
||||
=back
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
B<fprintd> was written by Bastien Nocera and Daniel Drake.
|
||||
|
||||
=head1 DIRECTORIES
|
||||
|
||||
By default, fprintd stores the fingerprints in B</var/lib/fprint/>
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
=over 8
|
||||
|
||||
=item B<dbus-daemon>, B<gnome-about-me>
|
||||
Reference in New Issue
Block a user