aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/pa.115
-rw-r--r--man/man1/paz.115
2 files changed, 30 insertions, 0 deletions
diff --git a/man/man1/pa.1 b/man/man1/pa.1
new file mode 100644
index 00000000..51eedacd
--- /dev/null
+++ b/man/man1/pa.1
@@ -0,0 +1,15 @@
+.TH PA 1 "July 2016" "Manual page for pa"
+.SH NAME
+.B pa
+\- print the given arguments one per line
+.SH SYNOPSIS
+.B pa
+arg1 arg2 arg3
+.SH DESCRIPTION
+.B pa
+prints each of its arguments followed by a newline. If there are no arguments,
+it does nothing.
+.SH SEE ALSO
+paz(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/paz.1 b/man/man1/paz.1
new file mode 100644
index 00000000..531552f6
--- /dev/null
+++ b/man/man1/paz.1
@@ -0,0 +1,15 @@
+.TH PAZ 1 "July 2016" "Manual page for paz"
+.SH NAME
+.B paz
+\- print the given arguments null-terminated
+.SH SYNOPSIS
+.B paz
+arg1 arg2 arg3
+.SH DESCRIPTION
+.B pa
+prints each of its arguments followed by a null character. If there are no
+arguments, it does nothing.
+.SH SEE ALSO
+pa(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>