Delete a patch
Adjust typesetting of code
This commit is contained in:
parent
e559fd2c5a
commit
2c73068e82
3 changed files with 4 additions and 154 deletions
5
runoff
5
runoff
|
@ -14,6 +14,7 @@ pad()
|
|||
mkdir -p fmt
|
||||
rm -f fmt/*
|
||||
cp README fmt
|
||||
echo > fmt/blank
|
||||
files=`grep -v '^#' runoff.list | awk '{print $1}'`
|
||||
n=99
|
||||
for i in $files
|
||||
|
@ -214,7 +215,9 @@ awk '
|
|||
# pr -t -2 t.defs | ../pr.pl -h "definitions" | pad
|
||||
pr -t -l50 -2 refs | ../pr.pl -h "cross-references" | pad
|
||||
# pr.pl -h "definitions" -2 t.defs | pad
|
||||
# pr.pl -h "cross-references" -2 refs | pad
|
||||
# pr.pl -h "cross-references" -2 refs | pad
|
||||
../pr.pl blank # make sheet 1 start on left page
|
||||
../pr.pl blank
|
||||
for i in $files
|
||||
do
|
||||
../pr.pl -h "xv6/$i" $i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue