* cygcheck.cc (dump_sysinfo): Add leading newline before legend for

drive-list.
This commit is contained in:
Bas van Gompel 2004-10-25 16:11:41 +00:00
parent 4bfc614b42
commit a3a401001a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-10-25 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>
* cygcheck.cc (dump_sysinfo): Add leading newline before legend for
drive-list.
2004-10-22 Bas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>
* cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and

View File

@ -1160,7 +1160,7 @@ dump_sysinfo ()
SetErrorMode (prev_mode);
if (givehelp)
{
puts (
puts ("\n"
"fd = floppy, hd = hard drive, cd = CD-ROM\n"
"net= Network Share, ram= RAM drive, unk= Unknown\n"
"CP = Case Preserving, CS = Case Sensitive, UN = Unicode\n"