diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index de6d8f9..1d35e89 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -29,7 +29,7 @@ nfcip_target_LDADD = $(top_builddir)/src/libnfc.la nfcip_initiator_SOURCES = nfcip-initiator.c nfcip_initiator_LDADD = $(top_builddir)/src/libnfc.la -dist_man_MANS = nfc-anticol.1 nfc-emulate.1 nfc-list.1 nfc-mftool.1 nfc-relay.1 +dist_man_MANS = nfc-anticol.1 nfc-emulate.1 nfc-list.1 nfc-mftool.1 nfc-mfultool.1 nfc-relay.1 #dist_man_MANS = $(man_MANS) #EXTRA_DIST = $(man_MANS) diff --git a/src/examples/nfc-mftool.1 b/src/examples/nfc-mftool.1 index c3c17e3..ff79696 100644 --- a/src/examples/nfc-mftool.1 +++ b/src/examples/nfc-mftool.1 @@ -1,16 +1,16 @@ -.TH NFC-MFTOOL 1 "June 26, 2009" +.TH NFC-MFTOOL 1 "Oct 06, 2009" .SH NAME nfc-mftool \- Mifare Classic command line tool based on libnfc .SH SYNOPSIS .B nfc-mftool .RI \fR\fBr\fR|\fBw\fR .RI \fR\fBa\fR|\fBb\fR -.IR KEYS .IR DUMP +.IR [KEYS] .SH DESCRIPTION .B nfc-mftool -is an Mifare Classic tool that allow to read or write +is a Mifare Classic tool that allow to read or write .IR DUMP file using Mifare keys provide in .IR KEYS @@ -20,7 +20,7 @@ The Mifare Classic tag is one of the most widely used RFID tags. The firmware in the NFC controller supports authenticating, reading and writing to/from Mifare Classic tags. This tool demonstrate the speed of this library and its easy-of-use. It possible to read and write the complete content of a Mifare Classic 4KB tag within 1 second. -It uses a binary Mifare Dump File to store the keys and date for all sectors. +It uses a binary Mifare Dump file (MFD) to store the keys and data for all sectors. .SH OPTIONS .BR r " | " w @@ -28,16 +28,16 @@ Perform read from ( .B r ) or write to ( .B w -)card. +) card. .TP .BR a " | " b Use A or B Mifare keys. .TP -.IR KEYS -Mifare dump that contain Mifare keys. -.TP .IR DUMP -Used to write card to file ( r ) or file to card ( w ) +MiFare Dump (MFD) used to write (card to MFD) or (MFD to card) +.TP +.IR KEYS +MiFare Dump (MFD) that contain the keys (optional) .SH BUGS @@ -48,7 +48,7 @@ forum at .SH LICENCE .B libnfc and -.B nfc-tools +.B libnfc-examples are covered by the GNU Lesser General Public License (LGPL), version 3. .SH AUTHORS Roel Verdult diff --git a/src/examples/nfc-mfultool.1 b/src/examples/nfc-mfultool.1 new file mode 100644 index 0000000..bd66311 --- /dev/null +++ b/src/examples/nfc-mfultool.1 @@ -0,0 +1,44 @@ +.TH NFC-MFTOOL 1 "Oct 06, 2009" +.SH NAME +nfc-mfultool \- Mifare Ultralight command line tool based on libnfc +.SH SYNOPSIS +.B nfc-mfultool +.RI \fR\fBr\fR|\fBw\fR +.IR DUMP + +.SH DESCRIPTION +.B nfc-mfultool +is a Mifare Ultralight tool that allow to read or write +.IR DUMP +file. + +The Mifare Ultralight tag is one of the most widely used RFID tags for ticketing application. +It uses a binary Mifare Dump file (MFD) to store data for all sectors. + +.SH OPTIONS +.BR r " | " w +Perform read from ( +.B r +) or write to ( +.B w +) card. +.TP +.IR DUMP +MiFare Dump (MFD) used to write (card to MFD) or (MFD to card) + + +.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 +.PP +This manual page was written by Romuald Conty . +It is licensed under the terms of the GNU GPL (version 2 or later).