mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Add a simple manpage.
This commit is contained in:
parent
c740608242
commit
c455f09b2d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29429
13
contrib/groff/eqn/neqn.man
Normal file
13
contrib/groff/eqn/neqn.man
Normal file
@ -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@)
|
@ -1,6 +1,7 @@
|
||||
# Makefile for eqn
|
||||
|
||||
PROG= eqn
|
||||
MAN1= eqn.1 neqn.1
|
||||
SRCS= main.cc lex.cc box.cc limit.cc list.cc over.cc text.cc\
|
||||
script.cc mark.cc other.cc delim.cc sqrt.cc pile.cc special.cc
|
||||
OBJS= eqn.o
|
||||
@ -8,7 +9,7 @@ OBJS= eqn.o
|
||||
LDADD+= ${LIBGROFF}
|
||||
DPADD+= ${LIBGROFF}
|
||||
|
||||
MANDEPEND= eqn.1
|
||||
MANDEPEND= neqn.1 eqn.1
|
||||
CLEANFILES+= eqn.cc eqn.tab.h neqn ${MANDEPEND}
|
||||
|
||||
neqn:
|
||||
|
Loading…
Reference in New Issue
Block a user