diff --git a/examples/nfc-anticol.1 b/examples/nfc-anticol.1 index 2a63101..2b048b9 100644 --- a/examples/nfc-anticol.1 +++ b/examples/nfc-anticol.1 @@ -1,4 +1,4 @@ -.TH NFC-ANTICOL 1 "June 26, 2009" +.TH nfc-anticol 1 "June 26, 2009" "libnfc" "libnfc's examples" .SH NAME nfc-anticol \- Demonstration of NFC anti-collision command line tool based on libnfc .SH SYNOPSIS @@ -21,13 +21,17 @@ are neither 0 nor 1. .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 Roel Verdult .PP diff --git a/examples/nfc-dep-initiator.1 b/examples/nfc-dep-initiator.1 index ecda52f..9c2e710 100644 --- a/examples/nfc-dep-initiator.1 +++ b/examples/nfc-dep-initiator.1 @@ -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 nfc-dep-initiator \- Demonstration tool to send/received data as D.E.P. initiator .SH SYNOPSIS @@ -7,23 +7,30 @@ nfc-dep-initiator \- Demonstration tool to send/received data as D.E.P. initiato .B nfc-dep-initiator 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 Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 -Roel Verdult -Romuald Conty +Roel Verdult , +.br +Romuald Conty . .PP This manual page was written by Romuald Conty . It is licensed under the terms of the GNU GPL (version 2 or later). diff --git a/examples/nfc-dep-target.1 b/examples/nfc-dep-target.1 index d33635c..414ff57 100644 --- a/examples/nfc-dep-target.1 +++ b/examples/nfc-dep-target.1 @@ -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 nfc-dep-target \- Demonstration tool to send/received data as D.E.P. target .SH SYNOPSIS @@ -7,23 +7,30 @@ nfc-dep-target \- Demonstration tool to send/received data as D.E.P. target .B nfc-dep-target 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 Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 -Roel Verdult -Romuald Conty +Roel Verdult , +.br +Romuald Conty . .PP This manual page was written by Romuald Conty . It is licensed under the terms of the GNU GPL (version 2 or later). diff --git a/examples/nfc-emulate-tag.1 b/examples/nfc-emulate-tag.1 index 21e0cdf..8271a8f 100644 --- a/examples/nfc-emulate-tag.1 +++ b/examples/nfc-emulate-tag.1 @@ -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 nfc-emulate-tag \- Simple tag emulation command line demonstration tool .SH SYNOPSIS @@ -37,13 +37,17 @@ bug, this problem is due to ACR122's internal MCU in front of NFC chip (PN532). .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 Romuald Conty .PP diff --git a/examples/nfc-emulate-uid.1 b/examples/nfc-emulate-uid.1 index 51f9683..7dfdce3 100644 --- a/examples/nfc-emulate-uid.1 +++ b/examples/nfc-emulate-uid.1 @@ -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 nfc-emulate-uid \- NFC target emulation command line tool based on libnfc .SH SYNOPSIS @@ -52,13 +52,17 @@ bug, this problem is due to ACR122's internal MCU in front of NFC chip (PN532). .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 Roel Verdult .PP diff --git a/examples/nfc-poll.1 b/examples/nfc-poll.1 index c3ff0ce..86bf93a 100644 --- a/examples/nfc-poll.1 +++ b/examples/nfc-poll.1 @@ -1,4 +1,4 @@ -.TH NFC-POLL 1 "June 26, 2009" +.TH nfc-poll 1 "June 26, 2009" "libnfc" "libnfc's examples" .SH NAME nfc-poll \- Poll for one NFC target .SH SYNOPSIS @@ -30,13 +30,17 @@ ISO14443-4. .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 Romuald Conty .PP diff --git a/examples/nfc-relay.1 b/examples/nfc-relay.1 index 6c95f82..1681d53 100644 --- a/examples/nfc-relay.1 +++ b/examples/nfc-relay.1 @@ -1,4 +1,4 @@ -.TH NFC-RELAY 1 "June 26, 2009" +.TH nfc-relay 1 "June 26, 2009" "libnfc" "libnfc'examples" .SH NAME nfc-relay \- Relay attack command line tool based on libnfc .SH SYNOPSIS @@ -20,13 +20,17 @@ therefore we advise you to try it against e.g. an OmniKey CardMan 5321 reader. .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 Roel Verdult .PP diff --git a/examples/pn53x-diagnose.1 b/examples/pn53x-diagnose.1 index 40707c4..8487df4 100644 --- a/examples/pn53x-diagnose.1 +++ b/examples/pn53x-diagnose.1 @@ -1,4 +1,4 @@ -.TH PN53X-DIAGNOSE 1 "June 15, 2010" +.TH pn53x-diagnose 1 "June 15, 2010" "libnfc" "libnfc's examples" .SH NAME pn53x-diagnose \- PN53x diagnose tool .SH SYNOPSIS @@ -11,13 +11,17 @@ It runs communication, RAM and ROM tests. .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 Romuald Conty .PP diff --git a/examples/pn53x-sam.1 b/examples/pn53x-sam.1 index f38ed18..4c96d68 100644 --- a/examples/pn53x-sam.1 +++ b/examples/pn53x-sam.1 @@ -1,4 +1,4 @@ -.TH PN53X-SAM 1 "June 15, 2010" +.TH pn53x-sam 1 "June 15, 2010" "libnfc" "libnfc's examples" .SH NAME pn53x-sam \- PN53x SAM communication demonstration tool .SH SYNOPSIS @@ -17,13 +17,17 @@ but to the intermediate controller so \fBpn53x-sam\fP won't work with a Touchata .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 Emanuele Bertoldi .PP diff --git a/examples/pn53x-tamashell.1 b/examples/pn53x-tamashell.1 index 598528c..d2e4a3a 100644 --- a/examples/pn53x-tamashell.1 +++ b/examples/pn53x-tamashell.1 @@ -1,4 +1,4 @@ -.TH PN53X-TAMASHELL 1 "September 15, 2010" +.TH pn53x-tamashell 1 "September 15, 2010" .SH NAME pn53x-tamashell \- PN53x TAMA communication demonstration shell .SH SYNOPSIS @@ -66,12 +66,16 @@ Script file with tama commands .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 This manual page is licensed under the terms of the GNU GPL (version 2 or later). diff --git a/utils/nfc-emulate-forum-tag4.1 b/utils/nfc-emulate-forum-tag4.1 index b8fc665..e7dae4d 100644 --- a/utils/nfc-emulate-forum-tag4.1 +++ b/utils/nfc-emulate-forum-tag4.1 @@ -41,13 +41,15 @@ bug, this problem is due to ACR122's internal MCU in front of NFC chip (PN532). .Sh BUGS Please report any bugs on the .Em libnfc -forum at -.Em http://www.libnfc.org/community/ "." +issue tracker at: +.Em http://code.google.com/p/libnfc/issues .Sh LICENCE .Em libnfc -and +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.Em libnfc-utils +and .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 .An Roel Verdult Aq roel@libnfc.org .An Romain Tartière Aq romain@libnfc.org diff --git a/utils/nfc-list.1 b/utils/nfc-list.1 index af88ced..22bfa2e 100644 --- a/utils/nfc-list.1 +++ b/utils/nfc-list.1 @@ -1,8 +1,11 @@ -.TH NFC-LIST 1 "June 26, 2009" +.TH nfc-list 1 "June 26, 2009" "libnfc" "NFC Utilities" .SH NAME -nfc-list \- List NFC targets +nfc-list \- list NFC targets .SH SYNOPSIS .B nfc-list +[ +.I options +] .SH DESCRIPTION .B nfc-list 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. .SH OPTIONS -\fB-v\fP, \fB--verbose\fP - Verbose mode - Tries to interpret data +.TP +.B \-v, \-\-verbose +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 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 Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 -Roel Verdult -Romuald Conty +Roel Verdult , +.br +Romain Tartière , +.br +Romuald Conty . .PP This manual page was written by Romuald Conty . It is licensed under the terms of the GNU GPL (version 2 or later). diff --git a/utils/nfc-mfclassic.1 b/utils/nfc-mfclassic.1 index b508cea..73a95ab 100644 --- a/utils/nfc-mfclassic.1 +++ b/utils/nfc-mfclassic.1 @@ -1,4 +1,4 @@ -.TH NFC-MFCLASSIC 1 "Nov 02, 2009" +.TH nfc-mfclassic 1 "Nov 02, 2009" "libnfc" "NFC Utilities" .SH NAME nfc-mfclassic \- MIFARE Classic command line tool .SH SYNOPSIS @@ -57,22 +57,29 @@ MiFare Dump (MFD) used to write (card to MFD) or (MFD to card) .IR KEYS MiFare Dump (MFD) that contains the keys (optional). Data part of the dump is ignored. - .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 -Roel Verdult -Romuald Conty -Romain Tartière -Adam Laurie +Adam Laurie , +.br +Roel Verdult , +.br +Romain Tartière , +.br +Romuald Conty . .PP This manual page was written by Romuald Conty . It is licensed under the terms of the GNU GPL (version 2 or later). diff --git a/utils/nfc-mfsetuid.1 b/utils/nfc-mfsetuid.1 index a51d68d..370bf91 100644 --- a/utils/nfc-mfsetuid.1 +++ b/utils/nfc-mfsetuid.1 @@ -1,9 +1,11 @@ -.TH NFC-MFSETUID 1 "Sep 05, 2011" +.TH nfc-mfsetuid 1 "Sep 05, 2011" "libnfc" "NFC Utilities" .SH NAME nfc-mfsetuid \- MIFARE 1K special card UID setting and recovery tool .SH SYNOPSIS .B nfc-mfsetuid -[UID] +[ +.I UID +] .SH DESCRIPTION .B nfc-mfsetuid @@ -20,15 +22,18 @@ Quiet. Suppress output of commands and responses. .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 -Roel Verdult Adam Laurie .PP This manual page was written by Adam Laurie . diff --git a/utils/nfc-mfultralight.1 b/utils/nfc-mfultralight.1 index fc3e38a..da27ae3 100644 --- a/utils/nfc-mfultralight.1 +++ b/utils/nfc-mfultralight.1 @@ -1,4 +1,4 @@ -.TH NFC-MFULTRALIGHT 1 "Nov 02, 2009" +.TH nfc-mfultralight 1 "Nov 02, 2009" "libnfc" "NFC Utilities" .SH NAME nfc-mfultralight \- MIFARE Ultralight command line tool .SH SYNOPSIS @@ -31,20 +31,25 @@ Perform read from ( .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/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 -Roel Verdult -Romuald Conty +Roel Verdult , +.br +Romuald Conty . .PP This manual page was written by Romuald Conty . It is licensed under the terms of the GNU GPL (version 2 or later). diff --git a/utils/nfc-relay-picc.1 b/utils/nfc-relay-picc.1 index a0f0a24..29d29b0 100644 --- a/utils/nfc-relay-picc.1 +++ b/utils/nfc-relay-picc.1 @@ -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 nfc-relay-picc \- Relay demonstration tool for ISO14443-4 .SH SYNOPSIS @@ -63,12 +63,16 @@ this example works on readers very strict on timing. .SH BUGS Please report any bugs on the .B libnfc -forum at -.BR http://www.libnfc.org/community/ "." +issue tracker at: +.br +.BR http://code.google.com/p/libnfc/issues .SH LICENCE .B libnfc +is licensed under the GNU Lesser General Public License (LGPL), version 3. +.br +.B libnfc-utils and .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 This manual page is licensed under the terms of the GNU GPL (version 2 or later).