summaryrefslogtreecommitdiffstats
path: root/winsup/utils/cygcheck.cc
diff options
context:
space:
mode:
authorBas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>2004-10-22 01:29:10 +0000
committerBas van Gompel <cygwin-patch.buzz@bavag.tmfweb.nl>2004-10-22 01:29:10 +0000
commitbe1d479e0974838b653d0ff5e285ff2489f55994 (patch)
treec861cb3cf51474e13937b622354ca59f47423070 /winsup/utils/cygcheck.cc
parent92b3d79a08a0b5e375e144613377f277871528b4 (diff)
downloadcygnal-be1d479e0974838b653d0ff5e285ff2489f55994.tar.gz
cygnal-be1d479e0974838b653d0ff5e285ff2489f55994.tar.bz2
cygnal-be1d479e0974838b653d0ff5e285ff2489f55994.zip
* cygcheck.cc (dump_sysinfo): In legend for drive-list: Add ``ram'' and
``unk''. Use single puts. Add leading newline. Line up equal-signs.
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r--winsup/utils/cygcheck.cc9
1 files changed, 5 insertions, 4 deletions
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");