]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Various tweaks to header comments to remind me which bits are meant to be
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 27 Apr 2004 12:31:57 +0000 (12:31 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 27 Apr 2004 12:31:57 +0000 (12:31 +0000)
platform-independent, etc.

git-svn-id: http://svn.tartarus.org/sgt/putty@4148 cda61777-01e9-0310-a592-d414129be87e

console.c
misc.c
plink.c
psftp.c
puttygen.c
settings.c
winmisc.c
winutils.c

index c589a456fe3a9b9596ce8ad555c15c65047f44b1..03bb472629b96563a0553af4c0ec09a66f83d676 100644 (file)
--- a/console.c
+++ b/console.c
@@ -1,6 +1,6 @@
 /*
  * console.c: various interactive-prompt routines shared between
- * the console PuTTY tools
+ * the Windows console PuTTY tools
  */
 
 #include <stdio.h>
diff --git a/misc.c b/misc.c
index 09e6db5717727828b5c9cfd517e59b7bafe942ca..1bd556e6113cdb7ee13d4f1ca6001e05b35e1b3f 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -1,3 +1,7 @@
+/*
+ * Platform-independent routines shared between all PuTTY programs.
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
diff --git a/plink.c b/plink.c
index e049d254d06bc1cd3ee37082b39b7898eef015e0..a0a9541ab91a3743793f15ea1433b4b80a07d9fa 100644 (file)
--- a/plink.c
+++ b/plink.c
@@ -1,5 +1,5 @@
 /*
- * PLink - a command-line (stdin/stdout) variant of PuTTY.
+ * PLink - a Windows command-line (stdin/stdout) variant of PuTTY.
  */
 
 #include <stdio.h>
diff --git a/psftp.c b/psftp.c
index 20d3ab5dd511a9153f8d9e08ba96d7cef2047d8e..b134c503f89e7e7d0c830c809d0892c71cabb6d4 100644 (file)
--- a/psftp.c
+++ b/psftp.c
@@ -1,5 +1,5 @@
 /*
- * psftp.c: front end for PSFTP.
+ * psftp.c: (platform-independent) front end for PSFTP.
  */
 
 #include <stdio.h>
index ae7b9529d721f3f51fa316dcaf3d837136a3d683..a8945b5c136eb26b9525c7dbfc5b48944fbd99d2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * PuTTY key generation front end.
+ * PuTTY key generation front end (Windows).
  */
 
 #include <time.h>
index 8591c095e010a0eb023152862f0cb7c507354e94..5abf15dc5b073362ce25418e09e1f36991c7f9fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * settings.c: read and write saved sessions.
+ * settings.c: read and write saved sessions. (platform-independent)
  */
 
 #include <stdio.h>
index 7e58e93d4861b89a02e16652aeefac2d454ba01e..2357ea6d7f891bf3efb1008946afbddc93e14ace 100644 (file)
--- a/winmisc.c
+++ b/winmisc.c
@@ -1,5 +1,5 @@
 /*
- * winmisc.c: miscellaneous Windows-specific things.
+ * winmisc.c: miscellaneous Windows-specific things
  */
 
 #include <stdio.h>
index d55e890144404734f72c9dbcd0cd79bd15b13083..b292124569ad4194af834374ae7fb277636937bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * winutils.c: miscellaneous Windows utilities
+ * winutils.c: miscellaneous Windows utilities for GUI apps
  */
 
 #include <stdio.h>