diff options
| author | rsc <devnull@localhost> | 2004-05-15 23:53:19 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-05-15 23:53:19 +0000 |
| commit | 173302913ebce353eadcbb12d71c3759cbe79e34 (patch) | |
| tree | a3d7929456b234eafef266b98efd2b9f6661da9a /bin/nroff | |
| parent | 13f7391e4a38634221f4a63da9f58f58473e77b0 (diff) | |
asdf
Diffstat (limited to 'bin/nroff')
| -rwxr-xr-x | bin/nroff | 3 |
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 "$@" |