summaryrefslogtreecommitdiff
path: root/static/freebsd/man6/t.6
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:43 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:43 -0400
commitac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (patch)
tree9367490586c84cba28652e443e3166d66c33b0d9 /static/freebsd/man6/t.6
parent253e67c8b3a72b3a4757fdbc5845297628db0a4a (diff)
docs: Added All FreeBSD Manuals
Diffstat (limited to 'static/freebsd/man6/t.6')
-rw-r--r--static/freebsd/man6/t.68
1 files changed, 8 insertions, 0 deletions
diff --git a/static/freebsd/man6/t.6 b/static/freebsd/man6/t.6
new file mode 100644
index 00000000..177d01e5
--- /dev/null
+++ b/static/freebsd/man6/t.6
@@ -0,0 +1,8 @@
+/a|b|c/ {
+ i = $1
+ print
+ while (i >= 1) {
+ print " ", i
+ i = i / 10
+ }
+}