repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
games
/
fortune
/
tools
/
Do_troff
blob
616d5f65a288dff9146c35cddb59b018c4f0fd5b
1
#!/bin/csh -f
2
# $NetBSD$
3
#
4
# @(#)Do_troff 8.1 (Berkeley) 5/31/93
5
#
6
7
set
file
=
$1
8
shift
9
(
echo
".ds Se
$file
"
;
cat
Troff.mac
;
sed
-f
Troff.
sed
$file
)
| \
10
$
*
-me
>&
$file
.
tr
11
echo
troff output
in
$file
.
tr