diff --git a/examples/Makefile.am b/examples/Makefile.am index 317d3d0..54c479d 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -110,6 +110,7 @@ dist_man_MANS = \ nfc-emulate-uid.1 \ nfc-list.1 \ nfc-mfclassic.1 \ + nfc-mfsetuid.1 \ nfc-mfultralight.1 \ nfc-poll.1 \ nfc-relay.1 \ diff --git a/examples/nfc-mfsetuid.1 b/examples/nfc-mfsetuid.1 new file mode 100644 index 0000000..b395847 --- /dev/null +++ b/examples/nfc-mfsetuid.1 @@ -0,0 +1,27 @@ +.TH NFC-MFSETUID 1 "Sep 05, 2011" +.SH NAME +nfc-mfsetuid \- MIFARE 1K special card UID setting and recovery tool +.SH SYNOPSIS +.B nfc-mfsetuid + +.SH DESCRIPTION +.B nfc-mfsetuid +is a MIFARE tool that allows setting of UID on special versions (Chinese clones) of Mifare 1K cards. It will also recover +damaged cards that have had invalid data written to block 0 (e.g. wrong BCC). Currently only 4 Byte UID is supported. + +.SH BUGS +Please report any bugs on the +.B libnfc +forum at +.BR http://www.libnfc.org/community/ "." +.SH LICENCE +.B libnfc +and +.B libnfc-examples +are covered by the GNU Lesser General Public License (LGPL), version 3. +.SH AUTHORS +Roel Verdult +Adam Laurie +.PP +This manual page was written by Adam Laurie . +It is licensed under the terms of the GNU GPL (version 2 or later).