Skip to content

Commit bfa428f

Browse files
authored
fprintd: convert to an index (#17697)
1 parent 9f4262b commit bfa428f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

pages/linux/fprintd.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
> Fingerprint management daemon.
44
> More information: <https://fprint.freedesktop.org/>.
55
6-
- Display the man page for `fprintd`:
6+
- View documentation for listing enrolled fingerprints:
77

8-
`man fprintd`
8+
`tldr fprintd-list`
9+
10+
- View documentation for enrolling new fingerprints:
11+
12+
`tldr fprintd-enroll`
13+
14+
- View documentation for verifying a fingerprint against a database:
15+
16+
`tldr fprintd-verify`
17+
18+
- View documentation for deleteting fingerprints from a database:
19+
20+
`tldr fprintd-delete`

0 commit comments

Comments
 (0)