summaryrefslogtreecommitdiffstats
path: root/src/cmd/htmlroff/t15.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-21 18:37:05 +0000
committerrsc <devnull@localhost>2006-02-21 18:37:05 +0000
commitc42a1d3d6168df56f966ea1f3ba3ef39ebbff4e4 (patch)
tree400f263e56681842ba1e6e1fdd8be453856474ef /src/cmd/htmlroff/t15.c
parent49a1496cbbb871bc623cfd0925566628e246c9ba (diff)
downloadplan9port-c42a1d3d6168df56f966ea1f3ba3ef39ebbff4e4.tar.gz
plan9port-c42a1d3d6168df56f966ea1f3ba3ef39ebbff4e4.zip
add
Diffstat (limited to 'src/cmd/htmlroff/t15.c')
-rw-r--r--src/cmd/htmlroff/t15.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cmd/htmlroff/t15.c b/src/cmd/htmlroff/t15.c
new file mode 100644
index 00000000..fbfd5128
--- /dev/null
+++ b/src/cmd/htmlroff/t15.c
@@ -0,0 +1,13 @@
+#include "a.h"
+
+/*
+ * 15. Output line numbering.
+ */
+
+void
+t15init(void)
+{
+ addreq(L("nm"), r_warn, -1);
+ addreq(L("nn"), r_warn, -1);
+}
+