r10529 - packages/trunk/libphysfs/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Sun Nov 15 13:13:02 UTC 2009


Author: pmatthaei
Date: 2009-11-15 13:12:51 +0000 (Sun, 15 Nov 2009)
New Revision: 10529

Added:
   packages/trunk/libphysfs/debian/test_physfs.1
Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/libphysfs-dev.manpages
Log:
* Add an simple manpage for test_physfs.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2009-11-15 12:58:00 UTC (rev 10528)
+++ packages/trunk/libphysfs/debian/changelog	2009-11-15 13:12:51 UTC (rev 10529)
@@ -16,8 +16,9 @@
     - Use dh_prep instead of dh_clean -k.
   * Override some lintian pendantic warnings.
   * Remove not used dh_installexamples.
+  * Add an simple manpage for test_physfs.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 15 Nov 2009 13:57:43 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 15 Nov 2009 14:12:17 +0100
 
 libphysfs (2.0.0-3) unstable; urgency=low
 

Modified: packages/trunk/libphysfs/debian/libphysfs-dev.manpages
===================================================================
--- packages/trunk/libphysfs/debian/libphysfs-dev.manpages	2009-11-15 12:58:00 UTC (rev 10528)
+++ packages/trunk/libphysfs/debian/libphysfs-dev.manpages	2009-11-15 13:12:51 UTC (rev 10529)
@@ -84,3 +84,4 @@
 docs/man/man3/PHYSFS_writeULE16.3
 docs/man/man3/PHYSFS_writeULE32.3
 docs/man/man3/PHYSFS_writeULE64.3
+debian/test_physfs.1

Added: packages/trunk/libphysfs/debian/test_physfs.1
===================================================================
--- packages/trunk/libphysfs/debian/test_physfs.1	                        (rev 0)
+++ packages/trunk/libphysfs/debian/test_physfs.1	2009-11-15 13:12:51 UTC (rev 10529)
@@ -0,0 +1,21 @@
+.TH "TEST_PHYSFS" "1"
+.SH "NAME"
+test_physfs \- filesystem abstraction library for game programmers
+.SH "SYNOPSIS"
+\fBtest_physfs\fR
+.SH "DESCRIPTION"
+This manual page documents briefly the \fBtest_physfs\fR binary.
+\fBtest_physfs\fR is a helper program to see what functions return and to test
+out if it is working properly on your system.
+.SH "USAGE"
+\fBtest_physfs\fR does not need any command\-line arguments.
+Instead you will enter an little command\-line interface, with that you can
+test functions of libphysfs on your system.
+If you want to find out more about it, just enter \fBtest_physfs\fR and
+then type \fBhelp\fR on the command prompt to see which commands are supported.
+.SH "AUTHOR"
+This manual page was written by Patrick Matth\[:a]i <pmatthaei at debian.org>
+for libphysfs.
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License, Version 3 any
+later version published by the Free Software Foundation.




More information about the Pkg-games-commits mailing list