From 74a8ebde418fe279693bb0eb488885c673cfe057 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Fri, 8 Oct 2010 18:28:23 +0000 Subject: [PATCH] nfcip-*: Add man pages. --- examples/nfcip-initiator.1 | 29 +++++++++++++++++++++++++++++ examples/nfcip-target.1 | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 examples/nfcip-initiator.1 create mode 100644 examples/nfcip-target.1 diff --git a/examples/nfcip-initiator.1 b/examples/nfcip-initiator.1 new file mode 100644 index 0000000..64c57d5 --- /dev/null +++ b/examples/nfcip-initiator.1 @@ -0,0 +1,29 @@ +.TH NFCIP-INITIATOR 1 "October 8, 2010" +.SH NAME +nfcip-initiator \- Demonstration tool to send/received data as D.E.P. initiator +.SH SYNOPSIS +.B nfcip-initiator +.SH DESCRIPTION +.B nfcip-initiator +is a demonstration tool for puting 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. + +Note: this example is designed to work with a D.E.P. target driven by nfcip-target + +.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 +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/nfcip-target.1 b/examples/nfcip-target.1 new file mode 100644 index 0000000..032a019 --- /dev/null +++ b/examples/nfcip-target.1 @@ -0,0 +1,29 @@ +.TH NFCIP-INITIATOR 1 "October 8, 2010" +.SH NAME +nfcip-target \- Demonstration tool to send/received data as D.E.P. target +.SH SYNOPSIS +.B nfcip-target +.SH DESCRIPTION +.B nfcip-target +is a demonstration tool for puting 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. + +Note: this example is designed to work with a D.E.P. initiator driven by nfcip-initiator + +.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 +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).