diff options
author | Austin Clements <[email protected]> | 2010-09-02 17:03:19 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2010-09-02 17:03:19 -0400 |
commit | d49d31381df93b40c1c4bc18c97ca42c3256e414 (patch) | |
tree | 6e0bb5a441379afc311a63cfa71fe3808d91bcfe | |
parent | 9a4670a138f7ab25062195be2f4d42403dddc077 (diff) | |
download | xv6-labs-d49d31381df93b40c1c4bc18c97ca42c3256e414.tar.gz xv6-labs-d49d31381df93b40c1c4bc18c97ca42c3256e414.tar.bz2 xv6-labs-d49d31381df93b40c1c4bc18c97ca42c3256e414.zip |
Nits
-rw-r--r-- | runoff.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runoff.spec b/runoff.spec index d5b5334..3306f32 100644 --- a/runoff.spec +++ b/runoff.spec @@ -2,12 +2,14 @@ sheet1: left # "left" and "right" specify which page of a two-page spread a file # must start on. "left" means that a file must start on the first of -# the two page. "right" means it must start on the second of the two +# the two pages. "right" means it must start on the second of the two # pages. The file may start in either column. # # "even" and "odd" specify which column a file must start on. "even" # means it must start in the left of the two columns. "odd" means it # must start in the right of the two columns. +# +# You'd think these would be the other way around. # types.h either # param.h either |