nfcip-*: Add man pages.
This commit is contained in:
parent
13d0bb7b0f
commit
74a8ebde41
2 changed files with 58 additions and 0 deletions
29
examples/nfcip-initiator.1
Normal file
29
examples/nfcip-initiator.1
Normal file
|
@ -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 <roel@libnfc.org>
|
||||
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).
|
29
examples/nfcip-target.1
Normal file
29
examples/nfcip-target.1
Normal file
|
@ -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 <roel@libnfc.org>
|
||||
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).
|
Loading…
Add table
Reference in a new issue