repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
boot - Add EFI support for placing /boot in a disklabel's 'a' partition.
[dragonfly.git]
/
games
/
fortune
/
tools
/
Do_troff
blob
52cb282b8988619fa9fe1d95b7a3804cabc9f18a
1
#!/bin/csh -f
2
#
3
# @(#)Do_troff 8.1 (Berkeley) 5/31/93
4
#
5
6
set
file
=
$1
7
shift
8
(
echo
".ds Se
$file
"
;
cat
Troff.mac
;
sed
-f
Troff.
sed
$file
)
| \
9
$
*
-me
>&
$file
.
tr
10
echo
troff output
in
$file
.
tr