aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 01:41:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 02:09:31 +1200
commit4029cebd2abe02bed49b59052e62097aac2767d3 (patch)
tree2cab2439c5627be3aea1061aafcb8b491f2d0eb7 /man/man1
parentUse terser syntax for .d loop sources (diff)
downloaddotfiles-4029cebd2abe02bed49b59052e62097aac2767d3.tar.gz
dotfiles-4029cebd2abe02bed49b59052e62097aac2767d3.zip
Change pa and paz bash funcs to sh scripts
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>