From: jacob Date: Tue, 27 Apr 2004 12:31:57 +0000 (+0000) Subject: Various tweaks to header comments to remind me which bits are meant to be X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/f4ff9455ce1b9e6ccc9c580966c3a2a002bc20d1 Various tweaks to header comments to remind me which bits are meant to be platform-independent, etc. git-svn-id: svn://svn.tartarus.org/sgt/putty@4148 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/console.c b/console.c index c589a456..03bb4726 100644 --- 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 diff --git a/misc.c b/misc.c index 09e6db57..1bd556e6 100644 --- a/misc.c +++ b/misc.c @@ -1,3 +1,7 @@ +/* + * Platform-independent routines shared between all PuTTY programs. + */ + #include #include #include diff --git a/plink.c b/plink.c index e049d254..a0a9541a 100644 --- 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 diff --git a/psftp.c b/psftp.c index 20d3ab5d..b134c503 100644 --- 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 diff --git a/puttygen.c b/puttygen.c index ae7b9529..a8945b5c 100644 --- a/puttygen.c +++ b/puttygen.c @@ -1,5 +1,5 @@ /* - * PuTTY key generation front end. + * PuTTY key generation front end (Windows). */ #include diff --git a/settings.c b/settings.c index 8591c095..5abf15dc 100644 --- a/settings.c +++ b/settings.c @@ -1,5 +1,5 @@ /* - * settings.c: read and write saved sessions. + * settings.c: read and write saved sessions. (platform-independent) */ #include diff --git a/winmisc.c b/winmisc.c index 7e58e93d..2357ea6d 100644 --- a/winmisc.c +++ b/winmisc.c @@ -1,5 +1,5 @@ /* - * winmisc.c: miscellaneous Windows-specific things. + * winmisc.c: miscellaneous Windows-specific things */ #include diff --git a/winutils.c b/winutils.c index d55e8901..b2921245 100644 --- a/winutils.c +++ b/winutils.c @@ -1,5 +1,5 @@ /* - * winutils.c: miscellaneous Windows utilities + * winutils.c: miscellaneous Windows utilities for GUI apps */ #include