diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-01-30 15:18:02 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-01-30 15:18:02 -0500 |
commit | b86adb692fc2080199e76eaec1c27cb8c47feaf2 (patch) | |
tree | 70027a8b68fa8e4622113c2b54547a94112654ec /libvxi11client/perlbits/Client.pm | |
parent | 96fc7ffbd19dfaba3240dd451a726470697fd42b (diff) |
more doc tweaks
Diffstat (limited to 'libvxi11client/perlbits/Client.pm')
-rw-r--r-- | libvxi11client/perlbits/Client.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvxi11client/perlbits/Client.pm b/libvxi11client/perlbits/Client.pm index cf691bb..a9f56d7 100644 --- a/libvxi11client/perlbits/Client.pm +++ b/libvxi11client/perlbits/Client.pm @@ -369,7 +369,7 @@ The only exceptions to this are the read and write methods print "This instrument is: $idn\n"; $instr->vxi_close(); -=head2 INTERACTIVE CLIENT #1 +=head2 INTERACTIVE CLIENT USING INTERRUPT CHANNEL #!/usr/bin/perl use strict; |