aboutsummaryrefslogtreecommitdiff
path: root/man/man1/pit.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/pit.1df')
-rw-r--r--man/man1/pit.1df22
1 files changed, 22 insertions, 0 deletions
diff --git a/man/man1/pit.1df b/man/man1/pit.1df
new file mode 100644
index 00000000..f4165845
--- /dev/null
+++ b/man/man1/pit.1df
@@ -0,0 +1,22 @@
+.TH PIT 1df "July 2016" "Manual page for pit"
+.SH NAME
+.B pit
+\- show arguments or output in a pager if stdout looks like a terminal
+.SH SYNOPSIS
+.B pit
+file
+.br
+.B pit
+file1 file2 file3
+.br
+command |
+.B pit
+.SH DESCRIPTION
+.B pit
+shows the contents of the files given as arguments in a pager if its standard
+output looks to be a terminal; otherwise it writes them to stdout.
+.P
+It checks for the PAGER environment variable, and otherwise falls back on
+more(1).
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>