Update man page for nfc-mftool.

Add man page for nfc-mfultool. (Fix Issue 25)
This commit is contained in:
Romuald Conty 2009-10-06 09:15:25 +00:00
parent 6aae96e1e1
commit ab727defb7
3 changed files with 55 additions and 11 deletions

View file

@ -29,7 +29,7 @@ nfcip_target_LDADD = $(top_builddir)/src/libnfc.la
nfcip_initiator_SOURCES = nfcip-initiator.c nfcip_initiator_SOURCES = nfcip-initiator.c
nfcip_initiator_LDADD = $(top_builddir)/src/libnfc.la 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) #dist_man_MANS = $(man_MANS)
#EXTRA_DIST = $(man_MANS) #EXTRA_DIST = $(man_MANS)

View file

@ -1,16 +1,16 @@
.TH NFC-MFTOOL 1 "June 26, 2009" .TH NFC-MFTOOL 1 "Oct 06, 2009"
.SH NAME .SH NAME
nfc-mftool \- Mifare Classic command line tool based on libnfc nfc-mftool \- Mifare Classic command line tool based on libnfc
.SH SYNOPSIS .SH SYNOPSIS
.B nfc-mftool .B nfc-mftool
.RI \fR\fBr\fR|\fBw\fR .RI \fR\fBr\fR|\fBw\fR
.RI \fR\fBa\fR|\fBb\fR .RI \fR\fBa\fR|\fBb\fR
.IR KEYS
.IR DUMP .IR DUMP
.IR [KEYS]
.SH DESCRIPTION .SH DESCRIPTION
.B nfc-mftool .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 .IR DUMP
file using Mifare keys provide in file using Mifare keys provide in
.IR KEYS .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. 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. 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 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 .SH OPTIONS
.BR r " | " w .BR r " | " w
@ -28,16 +28,16 @@ Perform read from (
.B r .B r
) or write to ( ) or write to (
.B w .B w
)card. ) card.
.TP .TP
.BR a " | " b .BR a " | " b
Use A or B Mifare keys. Use A or B Mifare keys.
.TP .TP
.IR KEYS
Mifare dump that contain Mifare keys.
.TP
.IR DUMP .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 .SH BUGS
@ -48,7 +48,7 @@ forum at
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
and and
.B nfc-tools .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the GNU Lesser General Public License (LGPL), version 3.
.SH AUTHORS .SH AUTHORS
Roel Verdult <roel@libnfc.org> Roel Verdult <roel@libnfc.org>

View file

@ -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 <roel@libnfc.org>
.PP
This manual page was written by Romuald Conty <romuald.conty@free.fr>.
It is licensed under the terms of the GNU GPL (version 2 or later).