cleanup the function cat and update the manual.

This commit is contained in:
okuji 1999-10-02 15:00:02 +00:00
parent 07b947e669
commit ce8fc4e5a0
3 changed files with 85 additions and 20 deletions

View file

@ -1,3 +1,13 @@
1999-10-02 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* stage2/builtins.c (cat_func): Do not read the whole of a file
at one time. Instead, repeat reading one byte and print it on
the screen.
* docs/grub.texi (Command line): List the available key
bindings.
(Commands): Added descriptions about "geometry", "device" and
"cat".
1999-10-02 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
Now it is possible to build the grub shell with old BSD curses.