summaryrefslogtreecommitdiff
path: root/static/freebsd/man5/p.5
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man5/p.5')
-rw-r--r--static/freebsd/man5/p.53
1 files changed, 3 insertions, 0 deletions
diff --git a/static/freebsd/man5/p.5 b/static/freebsd/man5/p.5
new file mode 100644
index 00000000..bb42e819
--- /dev/null
+++ b/static/freebsd/man5/p.5
@@ -0,0 +1,3 @@
+BEGIN { FS = "\t"
+ printf "%10s %6s %5s %15s\n", "COUNTRY", "AREA", "POP", "CONTINENT" }
+ { printf "%10s %6d %5d %15s\n", $1, $2, $3, $4 }