Update of /cvsroot/linux-decnet/dnprogs/Documentation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3836/Documentation
Modified Files:
fal.README librms.README mail.README phone.README
Log Message:
Fix Copyrights
Index: fal.README
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/Documentation/fal.README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** fal.README 9 Aug 2002 13:55:10 -0000 1.2
--- fal.README 20 Aug 2008 12:43:58 -0000 1.3
***************
*** 25,29 ****
should be used for thos remote accesses. eg:
! ^tramp$::^patrick$ patrick
The line above says that if I connect from my VMS machine tramp to the Linux
--- 25,29 ----
should be used for thos remote accesses. eg:
! ^tramp$::^christine$ christine
The line above says that if I connect from my VMS machine tramp to the Linux
***************
*** 127,131 ****
Otherwise the native Unix type filenames will be emitted. The VMS format
filename is formed by making a volume name from the top-level directory so that
! /home/patrick/myfile.txt would appear to VMS as HOME:[PATRICK]MYFILE.TXT;1
All VMS-format filenames are given the version number 1 and are converted to
--- 127,131 ----
Otherwise the native Unix type filenames will be emitted. The VMS format
filename is formed by making a volume name from the top-level directory so that
! /home/christine/myfile.txt would appear to VMS as HOME:[CHRISTINE]MYFILE.TXT;1
All VMS-format filenames are given the version number 1 and are converted to
***************
*** 148,152 ****
file specification in quotes and use Unix wildcards. eg:
! $ DIR LINUX::"/home/patrick/*.txt"
FAL understands the VMS * and % wildcards (the % is converted to ?) but it
--- 148,152 ----
file specification in quotes and use Unix wildcards. eg:
! $ DIR LINUX::"/home/christine/*.txt"
FAL understands the VMS * and % wildcards (the % is converted to ?) but it
Index: librms.README
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/Documentation/librms.README,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** librms.README 26 Feb 2008 16:03:05 -0000 1.7
--- librms.README 20 Aug 2008 12:43:58 -0000 1.8
***************
*** 180,188 ****
eg
! rms_t_find(handle, "krf=2,key=PATRICK,rop=\"rlk,kge\"");
or
! rms_t_find(handle, "krf=2,key=PATRICK,rop='rlk,kge'");
You can also specify the values to keys as variables in a printf-type way eg:
--- 180,188 ----
eg
! rms_t_find(handle, "krf=2,key=CHRISSIE,rop=\"rlk,kge\"");
or
! rms_t_find(handle, "krf=2,key=CHRISSIE,rop='rlk,kge'");
You can also specify the values to keys as variables in a printf-type way eg:
***************
*** 190,194 ****
rms_t_find(handle, "krf=%d,key=%s,rop='rlk,kge'", keynum, keybuf);
! is functionally identical to the line above (if keynum==2 and keybuf=="PATRICK").
To specify a binary key you need to do the following incantation:
--- 190,194 ----
rms_t_find(handle, "krf=%d,key=%s,rop='rlk,kge'", keynum, keybuf);
! is functionally identical to the line above (if keynum==2 and keybuf=="CHRISSIE").
To specify a binary key you need to do the following incantation:
Index: mail.README
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/Documentation/mail.README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** mail.README 22 Dec 2000 09:01:07 -0000 1.2
--- mail.README 20 Aug 2008 12:43:58 -0000 1.3
***************
*** 86,90 ****
------------------------------
! This is dead easy, simply mail to host::user (eg linux::patrick) and the mail
will be sent.
--- 86,90 ----
------------------------------
! This is dead easy, simply mail to host::user (eg linux::christine) and the mail
will be sent.
***************
*** 93,97 ****
VMS by using the following address:
! linux::"pa...@ty..."
--- 93,97 ----
VMS by using the following address:
! linux::"chr...@go..."
Index: phone.README
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/Documentation/phone.README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** phone.README 2 Jun 2001 17:12:23 -0000 1.2
--- phone.README 20 Aug 2008 12:43:58 -0000 1.3
***************
*** 29,32 ****
su root -c "PATH=$PATH; make install"
! Patrick
--- 29,32 ----
su root -c "PATH=$PATH; make install"
! Chrissie
|