aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-09-14 23:43:22 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-09-14 23:43:22 +0000
commitc455f09b2d62b2d81a735a9ddbf436553b901c95 (patch)
tree3c76ea05ee4d89a5125cd0c3427942f7e39a0c1b /contrib/groff
parentc740608242ffa2e4725a5b7cbb12823f7e0368d4 (diff)
Add a simple manpage.
Notes
Notes: svn path=/head/; revision=29429
Diffstat (limited to 'contrib/groff')
-rw-r--r--contrib/groff/eqn/neqn.man13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/groff/eqn/neqn.man b/contrib/groff/eqn/neqn.man
new file mode 100644
index 000000000000..123a51524e1f
--- /dev/null
+++ b/contrib/groff/eqn/neqn.man
@@ -0,0 +1,13 @@
+.TH @G@NEQN @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
+.SH NAME
+@g@neqn \- format equations for ascii output
+.SH SYNOPSIS
+.B @g@neqn
+[eqn options]
+.SH DESCRIPTION
+.B neqn
+program is actually just a shell script which invokes the
+.B eqn(1)
+command with the ascii output device.
+.SH "SEE ALSO"
+.BR eqn (@MAN1EXT@)