Update examples and utils manpages.(Fixes Issue 159)

This commit is contained in:
Romuald Conty 2011-10-01 12:26:11 +00:00
parent 5ecf382dfc
commit 03a6f5e29c
16 changed files with 171 additions and 88 deletions

View file

@ -1,4 +1,4 @@
.TH NFC-ANTICOL 1 "June 26, 2009" .TH nfc-anticol 1 "June 26, 2009" "libnfc" "libnfc's examples"
.SH NAME .SH NAME
nfc-anticol \- Demonstration of NFC anti-collision command line tool based on libnfc nfc-anticol \- Demonstration of NFC anti-collision command line tool based on libnfc
.SH SYNOPSIS .SH SYNOPSIS
@ -21,13 +21,17 @@ are neither 0 nor 1.
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Roel Verdult <roel@libnfc.org> Roel Verdult <roel@libnfc.org>
.PP .PP

View file

@ -1,4 +1,4 @@
.TH NFC-DEP-INITIATOR 1 "October 8, 2010" .TH nfc-dep-initiator 1 "October 8, 2010" "libnfc" "libnfc's examples"
.SH NAME .SH NAME
nfc-dep-initiator \- Demonstration tool to send/received data as D.E.P. initiator nfc-dep-initiator \- Demonstration tool to send/received data as D.E.P. initiator
.SH SYNOPSIS .SH SYNOPSIS
@ -7,23 +7,30 @@ nfc-dep-initiator \- Demonstration tool to send/received data as D.E.P. initiato
.B nfc-dep-initiator .B nfc-dep-initiator
is a demonstration tool for putting NFC device in D.E.P. initiator mode. is a demonstration tool for putting NFC device in D.E.P. initiator mode.
This example will attempt to select a passive D.E.P. target and exchange a simple "Hello" data with target. This example will attempt to select a passive D.E.P. target and exchange a
simple "Hello" data with target.
Note: this example is designed to work with a D.E.P. target driven by \fBnfc-dep-target\fP Note: this example is designed to work with a D.E.P. target driven by
\fBnfc-dep-target\fP
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Roel Verdult <roel@libnfc.org> Roel Verdult <roel@libnfc.org>,
Romuald Conty <romuald@libnfc.org> .br
Romuald Conty <romuald@libnfc.org>.
.PP .PP
This manual page was written by Romuald Conty <romuald@libnfc.org>. This manual page was written by Romuald Conty <romuald@libnfc.org>.
It is licensed under the terms of the GNU GPL (version 2 or later). It is licensed under the terms of the GNU GPL (version 2 or later).

View file

@ -1,4 +1,4 @@
.TH NFC-DEP-INITIATOR 1 "October 8, 2010" .TH nfc-dep-target 1 "October 8, 2010" "libnfc" "libnfc's examples"
.SH NAME .SH NAME
nfc-dep-target \- Demonstration tool to send/received data as D.E.P. target nfc-dep-target \- Demonstration tool to send/received data as D.E.P. target
.SH SYNOPSIS .SH SYNOPSIS
@ -7,23 +7,30 @@ nfc-dep-target \- Demonstration tool to send/received data as D.E.P. target
.B nfc-dep-target .B nfc-dep-target
is a demonstration tool for putting NFC device in D.E.P. target mode. is a demonstration tool for putting NFC device in D.E.P. target mode.
This example will listen for a D.E.P. initiator and exchange a simple "Hello" data with initiator. This example will listen for a D.E.P. initiator and exchange a simple "Hello"
data with initiator.
Note: this example is designed to work with a D.E.P. initiator driven by \fBnfc-dep-initiator\fP. Note: this example is designed to work with a D.E.P. initiator driven by
\fBnfc-dep-initiator\fP.
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Roel Verdult <roel@libnfc.org> Roel Verdult <roel@libnfc.org>,
Romuald Conty <romuald@libnfc.org> .br
Romuald Conty <romuald@libnfc.org>.
.PP .PP
This manual page was written by Romuald Conty <romuald@libnfc.org>. This manual page was written by Romuald Conty <romuald@libnfc.org>.
It is licensed under the terms of the GNU GPL (version 2 or later). It is licensed under the terms of the GNU GPL (version 2 or later).

View file

@ -1,4 +1,4 @@
.TH NFC-EMULATE-TAG 1 "October 8, 2010" .TH nfc-emulate-tag 1 "October 8, 2010" "libnfc" "libnfc's examples"
.SH NAME .SH NAME
nfc-emulate-tag \- Simple tag emulation command line demonstration tool nfc-emulate-tag \- Simple tag emulation command line demonstration tool
.SH SYNOPSIS .SH SYNOPSIS
@ -37,13 +37,17 @@ bug, this problem is due to ACR122's internal MCU in front of NFC chip (PN532).
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Romuald Conty <romuald@libnfc.org> Romuald Conty <romuald@libnfc.org>
.PP .PP

View file

@ -1,4 +1,4 @@
.TH NFC-EMULATE-UID 1 "June 26, 2009" .TH nfc-emulate-uid 1 "June 26, 2009" "libnfc" "libnfc's examples"
.SH NAME .SH NAME
nfc-emulate-uid \- NFC target emulation command line tool based on libnfc nfc-emulate-uid \- NFC target emulation command line tool based on libnfc
.SH SYNOPSIS .SH SYNOPSIS
@ -52,13 +52,17 @@ bug, this problem is due to ACR122's internal MCU in front of NFC chip (PN532).
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Roel Verdult <roel@libnfc.org> Roel Verdult <roel@libnfc.org>
.PP .PP

View file

@ -1,4 +1,4 @@
.TH NFC-POLL 1 "June 26, 2009" .TH nfc-poll 1 "June 26, 2009" "libnfc" "libnfc's examples"
.SH NAME .SH NAME
nfc-poll \- Poll for one NFC target nfc-poll \- Poll for one NFC target
.SH SYNOPSIS .SH SYNOPSIS
@ -30,13 +30,17 @@ ISO14443-4.
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Romuald Conty <romuald@libnfc.org> Romuald Conty <romuald@libnfc.org>
.PP .PP

View file

@ -1,4 +1,4 @@
.TH NFC-RELAY 1 "June 26, 2009" .TH nfc-relay 1 "June 26, 2009" "libnfc" "libnfc'examples"
.SH NAME .SH NAME
nfc-relay \- Relay attack command line tool based on libnfc nfc-relay \- Relay attack command line tool based on libnfc
.SH SYNOPSIS .SH SYNOPSIS
@ -20,13 +20,17 @@ therefore we advise you to try it against e.g. an OmniKey CardMan 5321 reader.
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Roel Verdult <roel@libnfc.org> Roel Verdult <roel@libnfc.org>
.PP .PP

View file

@ -1,4 +1,4 @@
.TH PN53X-DIAGNOSE 1 "June 15, 2010" .TH pn53x-diagnose 1 "June 15, 2010" "libnfc" "libnfc's examples"
.SH NAME .SH NAME
pn53x-diagnose \- PN53x diagnose tool pn53x-diagnose \- PN53x diagnose tool
.SH SYNOPSIS .SH SYNOPSIS
@ -11,13 +11,17 @@ It runs communication, RAM and ROM tests.
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Romuald Conty <romuald@libnfc.org> Romuald Conty <romuald@libnfc.org>
.PP .PP

View file

@ -1,4 +1,4 @@
.TH PN53X-SAM 1 "June 15, 2010" .TH pn53x-sam 1 "June 15, 2010" "libnfc" "libnfc's examples"
.SH NAME .SH NAME
pn53x-sam \- PN53x SAM communication demonstration tool pn53x-sam \- PN53x SAM communication demonstration tool
.SH SYNOPSIS .SH SYNOPSIS
@ -17,13 +17,17 @@ but to the intermediate controller so \fBpn53x-sam\fP won't work with a Touchata
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Emanuele Bertoldi <emanuele.bertoldi@gmail.com> Emanuele Bertoldi <emanuele.bertoldi@gmail.com>
.PP .PP

View file

@ -1,4 +1,4 @@
.TH PN53X-TAMASHELL 1 "September 15, 2010" .TH pn53x-tamashell 1 "September 15, 2010"
.SH NAME .SH NAME
pn53x-tamashell \- PN53x TAMA communication demonstration shell pn53x-tamashell \- PN53x TAMA communication demonstration shell
.SH SYNOPSIS .SH SYNOPSIS
@ -66,12 +66,16 @@ Script file with tama commands
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.PP .PP
This manual page is licensed under the terms of the GNU GPL (version 2 or later). This manual page is licensed under the terms of the GNU GPL (version 2 or later).

View file

@ -41,13 +41,15 @@ bug, this problem is due to ACR122's internal MCU in front of NFC chip (PN532).
.Sh BUGS .Sh BUGS
Please report any bugs on the Please report any bugs on the
.Em libnfc .Em libnfc
forum at issue tracker at:
.Em http://www.libnfc.org/community/ "." .Em http://code.google.com/p/libnfc/issues
.Sh LICENCE .Sh LICENCE
.Em libnfc .Em libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.Em libnfc-utils
and and
.Em libnfc-examples .Em libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the BSD 2-Clause license.
.Sh AUTHORS .Sh AUTHORS
.An Roel Verdult Aq roel@libnfc.org .An Roel Verdult Aq roel@libnfc.org
.An Romain Tartière Aq romain@libnfc.org .An Romain Tartière Aq romain@libnfc.org

View file

@ -1,8 +1,11 @@
.TH NFC-LIST 1 "June 26, 2009" .TH nfc-list 1 "June 26, 2009" "libnfc" "NFC Utilities"
.SH NAME .SH NAME
nfc-list \- List NFC targets nfc-list \- list NFC targets
.SH SYNOPSIS .SH SYNOPSIS
.B nfc-list .B nfc-list
[
.I options
]
.SH DESCRIPTION .SH DESCRIPTION
.B nfc-list .B nfc-list
is a utility for listing any available tags like ISO14443-A, FeliCa, Jewel is a utility for listing any available tags like ISO14443-A, FeliCa, Jewel
@ -14,9 +17,13 @@ limitation of the number of tags the reader can discover.
This tool displays all available information at selection time. This tool displays all available information at selection time.
.SH OPTIONS .SH OPTIONS
\fB-v\fP, \fB--verbose\fP .TP
Verbose mode .B \-v, \-\-verbose
Tries to interpret data Tells
.I
nfc-list
to be verbose and display detailed information about the targets shown.
This includes SAK decoding and fingerprinting is available.
.SH EXAMPLE .SH EXAMPLE
For an ISO/IEC 14443-A tag (i.e.Mifare DESFire): For an ISO/IEC 14443-A tag (i.e.Mifare DESFire):
@ -29,16 +36,23 @@ For an ISO/IEC 14443-A tag (i.e.Mifare DESFire):
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Roel Verdult <roel@libnfc.org> Roel Verdult <roel@libnfc.org>,
Romuald Conty <romuald@libnfc.org> .br
Romain Tartière <romain@libnfc.org>,
.br
Romuald Conty <romuald@libnfc.org>.
.PP .PP
This manual page was written by Romuald Conty <romuald@libnfc.org>. This manual page was written by Romuald Conty <romuald@libnfc.org>.
It is licensed under the terms of the GNU GPL (version 2 or later). It is licensed under the terms of the GNU GPL (version 2 or later).

View file

@ -1,4 +1,4 @@
.TH NFC-MFCLASSIC 1 "Nov 02, 2009" .TH nfc-mfclassic 1 "Nov 02, 2009" "libnfc" "NFC Utilities"
.SH NAME .SH NAME
nfc-mfclassic \- MIFARE Classic command line tool nfc-mfclassic \- MIFARE Classic command line tool
.SH SYNOPSIS .SH SYNOPSIS
@ -57,22 +57,29 @@ MiFare Dump (MFD) used to write (card to MFD) or (MFD to card)
.IR KEYS .IR KEYS
MiFare Dump (MFD) that contains the keys (optional). Data part of the dump is ignored. MiFare Dump (MFD) that contains the keys (optional). Data part of the dump is ignored.
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Roel Verdult <roel@libnfc.org> Adam Laurie <adam@algroup.co.uk>,
Romuald Conty <romuald@libnfc.org> .br
Romain Tartière <romain@blogreen.org> Roel Verdult <roel@libnfc.org>,
Adam Laurie <adam@algroup.co.uk> .br
Romain Tartière <romain@libnfc.org>,
.br
Romuald Conty <romuald@libnfc.org>.
.PP .PP
This manual page was written by Romuald Conty <romuald@libnfc.org>. This manual page was written by Romuald Conty <romuald@libnfc.org>.
It is licensed under the terms of the GNU GPL (version 2 or later). It is licensed under the terms of the GNU GPL (version 2 or later).

View file

@ -1,9 +1,11 @@
.TH NFC-MFSETUID 1 "Sep 05, 2011" .TH nfc-mfsetuid 1 "Sep 05, 2011" "libnfc" "NFC Utilities"
.SH NAME .SH NAME
nfc-mfsetuid \- MIFARE 1K special card UID setting and recovery tool nfc-mfsetuid \- MIFARE 1K special card UID setting and recovery tool
.SH SYNOPSIS .SH SYNOPSIS
.B nfc-mfsetuid .B nfc-mfsetuid
[UID] [
.I UID
]
.SH DESCRIPTION .SH DESCRIPTION
.B nfc-mfsetuid .B nfc-mfsetuid
@ -20,15 +22,18 @@ Quiet. Suppress output of commands and responses.
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Roel Verdult <roel@libnfc.org>
Adam Laurie <adam@algroup.co.uk> Adam Laurie <adam@algroup.co.uk>
.PP .PP
This manual page was written by Adam Laurie <adam@algroup.co.uk>. This manual page was written by Adam Laurie <adam@algroup.co.uk>.

View file

@ -1,4 +1,4 @@
.TH NFC-MFULTRALIGHT 1 "Nov 02, 2009" .TH nfc-mfultralight 1 "Nov 02, 2009" "libnfc" "NFC Utilities"
.SH NAME .SH NAME
nfc-mfultralight \- MIFARE Ultralight command line tool nfc-mfultralight \- MIFARE Ultralight command line tool
.SH SYNOPSIS .SH SYNOPSIS
@ -31,20 +31,25 @@ Perform read from (
.IR DUMP .IR DUMP
MiFare Dump (MFD) used to write (card to MFD) or (MFD to card) MiFare Dump (MFD) used to write (card to MFD) or (MFD to card)
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.SH AUTHORS .SH AUTHORS
Roel Verdult <roel@libnfc.org> Roel Verdult <roel@libnfc.org>,
Romuald Conty <romuald@libnfc.org> .br
Romuald Conty <romuald@libnfc.org>.
.PP .PP
This manual page was written by Romuald Conty <romuald@libnfc.org>. This manual page was written by Romuald Conty <romuald@libnfc.org>.
It is licensed under the terms of the GNU GPL (version 2 or later). It is licensed under the terms of the GNU GPL (version 2 or later).

View file

@ -1,4 +1,4 @@
.TH NFC-RELAY-PICC 1 "October 12, 2010" .TH nfc-relay-picc 1 "October 12, 2010" "libnfc" "NFC Utilities"
.SH NAME .SH NAME
nfc-relay-picc \- Relay demonstration tool for ISO14443-4 nfc-relay-picc \- Relay demonstration tool for ISO14443-4
.SH SYNOPSIS .SH SYNOPSIS
@ -63,12 +63,16 @@ this example works on readers very strict on timing.
.SH BUGS .SH BUGS
Please report any bugs on the Please report any bugs on the
.B libnfc .B libnfc
forum at issue tracker at:
.BR http://www.libnfc.org/community/ "." .br
.BR http://code.google.com/p/libnfc/issues
.SH LICENCE .SH LICENCE
.B libnfc .B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and and
.B libnfc-examples .B libnfc-examples
are covered by the GNU Lesser General Public License (LGPL), version 3. are covered by the the BSD 2-Clause license.
.PP .PP
This manual page is licensed under the terms of the GNU GPL (version 2 or later). This manual page is licensed under the terms of the GNU GPL (version 2 or later).