From 0be2b555532539cb583081d6d76d187bf7ec7080 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 9 Mar 2010 05:55:28 +0000 Subject: [PATCH] add a spy flag for rconsole git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5414 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/rcons.1.pod | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/rcons.1.pod b/xCAT-client/pods/man1/rcons.1.pod index 08c8f492f..8306ec092 100644 --- a/xCAT-client/pods/man1/rcons.1.pod +++ b/xCAT-client/pods/man1/rcons.1.pod @@ -4,7 +4,7 @@ B - remotely accesses the serial console of a node =head1 B -B I [I] [B<-f>] +B I [I] [B<-f>] [B<-s>] B [B<-h>|B<--help>|B<-v>|B<--version>] @@ -26,7 +26,12 @@ To exit the console session, enter: e c . If another console for this node is already open in read-write mode, force that console into read-only (spy) mode, and open this console in read-write mode. If -f is not specified, this console will be put in spy mode if another console -is already open in read-write mode. +is already open in read-write mode. The -f flag can not be used with the -s flag. + +=item B<-s> + +Open the console in read-only (spy) mode, in this mode all the escape sequences work, but all other keyboard input is +discarded. The -s flag can not be used with the -f flag. =item B<-h>|B<--help>