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
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 <roel@libnfc.org>
.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
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 <roel@libnfc.org>
Romuald Conty <romuald@libnfc.org>
Roel Verdult <roel@libnfc.org>,
.br
Romuald Conty <romuald@libnfc.org>.
.PP
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).

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
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 <roel@libnfc.org>
Romuald Conty <romuald@libnfc.org>
Roel Verdult <roel@libnfc.org>,
.br
Romuald Conty <romuald@libnfc.org>.
.PP
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).

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
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 <romuald@libnfc.org>
.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
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 <roel@libnfc.org>
.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
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 <romuald@libnfc.org>
.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
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 <roel@libnfc.org>
.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
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 <romuald@libnfc.org>
.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
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 <emanuele.bertoldi@gmail.com>
.PP

View file

@ -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).