Update of /cvsroot/linux-decnet/dnprogs/dndel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3836/dndel
Modified Files:
dndel.1 dndel.cc
Log Message:
Fix Copyrights
Index: dndel.1
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dndel/dndel.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** dndel.1 23 Jan 2001 11:48:24 -0000 1.2
--- dndel.1 20 Aug 2008 12:43:58 -0000 1.3
***************
*** 43,47 ****
.br
! dndel 'tramp"patrick pjc123"::interactive'
.SH SEE ALSO
.BR dntype "(1), " dndir "(1), " dncopy "(1), " dntask "(1) ," dnsubmit "(1), " dnprint "(1)"
--- 43,47 ----
.br
! dndel 'tramp"christine pjc123"::interactive'
.SH SEE ALSO
.BR dntype "(1), " dndir "(1), " dncopy "(1), " dntask "(1) ," dnsubmit "(1), " dnprint "(1)"
Index: dndel.cc
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dndel/dndel.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** dndel.cc 16 Jul 2002 09:47:12 -0000 1.3
--- dndel.cc 20 Aug 2008 12:43:58 -0000 1.4
***************
*** 1,4 ****
/******************************************************************************
! (c) 1998-1999 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1998-1999 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
***************
*** 45,49 ****
printf("\nExamples:\n\n");
printf(" dndel -l 'myvax::*.*;'\n");
! printf(" dndel 'cluster\"patrick thecats\"::disk$users:[cats.pics]otto.jpg;'\n");
printf("\n");
}
--- 45,49 ----
printf("\nExamples:\n\n");
printf(" dndel -l 'myvax::*.*;'\n");
! printf(" dndel 'cluster\"christine thecats\"::disk$users:[cats.pics]otto.jpg;'\n");
printf("\n");
}
|