[DRE-commits] [ruby-file-tail] 02/03: Create manpage for the package

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Thu Jul 14 18:49:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

lucasmoura-guest pushed a commit to branch master
in repository ruby-file-tail.

commit 331deb33384f824e1e8bb01c9c982a2e32baf502
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Thu Jul 14 15:44:50 2016 -0300

    Create manpage for the package
---
 debian/changelog               |  1 +
 debian/rtail.1                 | 36 ++++++++++++++++++++++++++++++++++++
 debian/ruby-file-tail.manpages |  1 +
 3 files changed, 38 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e0a8045..96bd6db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-file-tail (1.1.1-2) UNRELEASED; urgency=medium
 
   * Team upload
   * debian/rules: Allow package to install rtail executable
+  * Create manpage for the package
 
  -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Thu, 14 Jul 2016 15:42:44 -0300
 
diff --git a/debian/rtail.1 b/debian/rtail.1
new file mode 100644
index 0000000..5dda19a
--- /dev/null
+++ b/debian/rtail.1
@@ -0,0 +1,36 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH RTAIL: "1" "July 2016" "rtail: 1.1.1" "User Commands"
+.SH NAME
+rtail \- Follow a file that is still growning.
+.SH SYNOPSIS
+Small ruby library that allows it to “tail” files in Ruby, including following a
+file, that still is growing like the unix command 'tail -f' can.
+
+This application is an executable version of the features provided by
+ruby-file-tail.
+.SH DESCRIPTION
+OPTS are
+.TP
+\fB\-n\fR NUMBER
+show the last NUMBER of lines in the tailed files
+.TP
+\fB\-m\fR PATTERN
+only tail files matching PATTERN, e. g. '*.log'
+.TP
+\fB\-M\fR
+prefix every line with the logfile name
+.TP
+\fB\-h\fR
+to display this help
+.SH "SEE ALSO"
+The full documentation for
+.B version:
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B version:
+programs are properly installed at your site, the command
+.IP
+.B info version:
+.PP
+should give you access to the complete manual.
diff --git a/debian/ruby-file-tail.manpages b/debian/ruby-file-tail.manpages
new file mode 100644
index 0000000..6a27ffc
--- /dev/null
+++ b/debian/ruby-file-tail.manpages
@@ -0,0 +1 @@
+debian/rtail.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-file-tail.git



More information about the Pkg-ruby-extras-commits mailing list