From be1d479e0974838b653d0ff5e285ff2489f55994 Mon Sep 17 00:00:00 2001 From: Bas van Gompel Date: Fri, 22 Oct 2004 01:29:10 +0000 Subject: * cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and ``unk''. Use single puts. Add leading newline. Line up equal-signs. --- winsup/utils/ChangeLog | 5 +++++ winsup/utils/cygcheck.cc | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'winsup/utils') diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 9f5cc49d3..eab552c56 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,8 @@ +2004-10-22 Bas van Gompel + + * cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and + ``unk''. Use single puts. Add leading newline. Line up equal-signs. + 2004-10-20 Bas van Gompel * cygcheck.cc (dump_sysinfo): Allow for larger drives in drive-list. diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc index 1700f167b..7aca0db4f 100644 --- a/winsup/utils/cygcheck.cc +++ b/winsup/utils/cygcheck.cc @@ -1160,10 +1160,11 @@ dump_sysinfo () SetErrorMode (prev_mode); if (givehelp) { - printf ("fd=floppy, hd=hard drive, cd=CD-ROM, net=Network Share\n"); - printf ("CP=Case Preserving, CS=Case Sensitive, UN=Unicode\n"); - printf - ("PA=Persistent ACLS, FC=File Compression, VC=Volume Compression\n"); + puts ( + "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" + "PA = Persistent ACLS, FC = File Compression, VC = Volume Compression"); } printf ("\n"); -- cgit v1.2.3