X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/blobdiff_plain/3315e8b31a4707ef2c5491d0c9a9c9a09816bcb2..9796a7877cd1e7f6908c678e71b8fea6045ba0e7:/src/sw_rsh.h diff --git a/src/sw_rsh.h b/src/sw_rsh.h index f44aaa9..52a4a54 100644 --- a/src/sw_rsh.h +++ b/src/sw_rsh.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sw_rsh.h,v 1.1 1999/06/02 16:53:33 mdw Exp $ + * $Id: sw_rsh.h,v 1.3 2004/04/08 01:52:19 mdw Exp $ * * [Run remote commands * * (c) 1999 EBI @@ -25,14 +25,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: sw_rsh.h,v $ - * Revision 1.1 1999/06/02 16:53:33 mdw - * Initial revision - * - */ - #ifndef SW_RSH_H #define SW_RSH_H @@ -136,7 +128,7 @@ typedef struct rcmd { * Returns: Zero if it worked, nonzero otherwise. * * Use: Sends a data packet. If the type is `data', then `sz' may be - * arbitrarily large and is divided into small eenough chunks. + * arbitrarily large and is divided into small enough chunks. * Otherwise it's an error to send a packet that's too big. */