pn53x-diagnose: add man page.

This commit is contained in:
Romuald Conty 2010-10-08 16:57:09 +00:00
parent 9b3dbc272c
commit 8ec4c57910
2 changed files with 26 additions and 0 deletions

View file

@ -86,6 +86,7 @@ dist_man_MANS = \
nfc-mfclassic.1 \ nfc-mfclassic.1 \
nfc-mfultralight.1 \ nfc-mfultralight.1 \
nfc-relay.1 \ nfc-relay.1 \
pn53x-diagnose.1 \
pn53x-sam.1 pn53x-sam.1
EXTRA_DIST = CMakeLists.txt EXTRA_DIST = CMakeLists.txt

25
examples/pn53x-diagnose.1 Normal file
View file

@ -0,0 +1,25 @@
.TH PN53X-DIAGNOSE 1 "June 15, 2010"
.SH NAME
pn53x-diagnose \- PN53x diagnose tool
.SH SYNOPSIS
.B pn53x-diagnose
.SH DESCRIPTION
.B pn53x-diagnose
is a utility to diagnose PN531, PN532 and PN533 chips.
It run communication, RAM and ROM tests.
.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
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).