aboutsummaryrefslogtreecommitdiff
path: root/bin/nroff
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-05-15 23:53:19 +0000
committerrsc <devnull@localhost>2004-05-15 23:53:19 +0000
commit173302913ebce353eadcbb12d71c3759cbe79e34 (patch)
treea3d7929456b234eafef266b98efd2b9f6661da9a /bin/nroff
parent13f7391e4a38634221f4a63da9f58f58473e77b0 (diff)
downloadplan9port-173302913ebce353eadcbb12d71c3759cbe79e34.tar.gz
plan9port-173302913ebce353eadcbb12d71c3759cbe79e34.tar.bz2
plan9port-173302913ebce353eadcbb12d71c3759cbe79e34.zip
asdf
Diffstat (limited to 'bin/nroff')
-rwxr-xr-xbin/nroff3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/nroff b/bin/nroff
new file mode 100755
index 00000000..6f7005ff
--- /dev/null
+++ b/bin/nroff
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec troff -N "$@"