diff --git a/examples/Makefile.am b/examples/Makefile.am index c35ba48..273c464 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -86,6 +86,7 @@ dist_man_MANS = \ nfc-mfclassic.1 \ nfc-mfultralight.1 \ nfc-relay.1 \ + pn53x-diagnose.1 \ pn53x-sam.1 EXTRA_DIST = CMakeLists.txt diff --git a/examples/pn53x-diagnose.1 b/examples/pn53x-diagnose.1 new file mode 100644 index 0000000..be689bf --- /dev/null +++ b/examples/pn53x-diagnose.1 @@ -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 +.PP +This manual page was written by Romuald Conty . +It is licensed under the terms of the GNU GPL (version 2 or later).