diff options
author | mazen.neifer <mazen.neifer@b4165226-8c1b-0410-80e1-07324e54c907> | 2008-11-28 23:13:14 +0000 |
---|---|---|
committer | mazen.neifer <mazen.neifer@b4165226-8c1b-0410-80e1-07324e54c907> | 2008-11-28 23:13:14 +0000 |
commit | 90eabd38a3abf88e14e8932fdc5508df03c8a5d1 (patch) | |
tree | 5fda52d3a057d60a9c1e24aaa9cd25d459c32a90 /debian/patches | |
parent | 57d3474b6d331f2e6fae0e5a6d33a1f242932e49 (diff) | |
download | fpc-90eabd38a3abf88e14e8932fdc5508df03c8a5d1.tar.gz |
* Added missing man pages to remove linitian warnings.
git-svn-id: https://bollin.googlecode.com/svn/fpc/trunk@3695 b4165226-8c1b-0410-80e1-07324e54c907
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/manpages.diff | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/debian/patches/manpages.diff b/debian/patches/manpages.diff index ecb4aa9b..2b35f5c1 100644 --- a/debian/patches/manpages.diff +++ b/debian/patches/manpages.diff @@ -1,4 +1,4 @@ -fixes various errors in the manpages +fixes various errors in the man pages and adds missing ones. Index: fpc-2.2.2/install/man/man1/fp.1 =================================================================== @@ -132,3 +132,53 @@ Index: fpc-2.2.2/install/man/man1/grab_vcsa.1 (/dev/tty0..31) there exist two devices (/dev/vcs0..31) and (/dev/vcsa0..31). These devices are two different representations of the content of the console. +Index: fpcbuild/install/man/man1/chmcmd.1 +=================================================================== +--- fpc-2.2.2.orig/install/man/man1/chmcmd.1 ++++ fpc-2.2.2/install/man/man1/chmcmd.1 +@@ -0,0 +1,19 @@ ++.TH chmcmd 1 "29 December 2008" "Free Pascal" "HTML help file compression tool" ++.SH NAME ++chmcmd \- The FPC Pascal unit dependency tracking program. ++ ++.SH SYNOPSIS ++ ++\fBchmcmd\fP <helpfileproject.hfp> ++ ++.SH Description ++ ++.B chmcmd ++- creates a Compressed HTML help file (chm) using a XML file made ++with the TCHMProject class in the fpc unit chmfilewriter.pas ++ ++.SH SEE ALSO ++.IP ++.BR chmls (1) ++.BR fpc (1) ++.BR fpdoc (1) +Index: fpcbuild/install/man/man1/chmls.1 +=================================================================== +--- fpc-2.2.2.orig/install/man/man1/chmls.1 ++++ fpc-2.2.2/install/man/man1/chmls.1 +@@ -0,0 +1,21 @@ ++.TH chmls 1 "29 December 2008" "Free Pascal" "Compressed HTML help file content viewer" ++.SH NAME ++chmls \- The FPC Pascal unit dependency tracking program. ++ ++.SH SYNOPSIS ++ ++\fBchmls\fP <filename.chm> [section number] ++ ++.SH Description ++ ++.B chmls ++- lists the complete contents of a chm file ++ ++The section number can be 0 or 1 and is a filter to show only files contained ++in the uncompressed section of a chm or the compressed section respectively. ++When not specified files from both sections are shown. ++.SH SEE ALSO ++.IP ++.BR chmcmd (1) ++.BR fpc (1) ++.BR fpdoc (1) |