X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fclient%2Flyxclient.1in;h=f63e3fb851ba54df96c80527b8ef3c6d8ceeb01b;hb=4ed0312c51704780af1c452d3a82a84171b3725a;hp=f3e9342213fac7833f6aa1ef29d7d713661590f4;hpb=eb74cde19bf3c0b0003423c584e0e2eafd4d685c;p=lyx.git diff --git a/src/client/lyxclient.1in b/src/client/lyxclient.1in index f3e9342213..f63e3fb851 100644 --- a/src/client/lyxclient.1in +++ b/src/client/lyxclient.1in @@ -53,17 +53,17 @@ LyX commands documentation can be found in LyX Help menu. send a single \fIcommand\fR, print LyX information to standard output and exit. LYXCMD prefix is needed in the given command. .TP .BI \-g " file line" -this is simply a wrapper for the command 'server\-goto\-file\-row \fIfile\fR \fIline\fR'. It is used by the DVI previewer to elicit inverse DVI search. +this is simply a wrapper for the command 'command-sequence server\-goto\-file\-row \fIfile\fR \fIline\fR; lyx-activate'. It is used by the PDF and DVI previewer to elicit inverse search and focus the LyX window. .PP If neither \fB\-c\fR nor \fB\-g\fR are used, \fBlyxclient\fR will regard any standard input as commands to be sent to LyX, printing LyX's responses to standard output. Commands are separated by newlines (the '\\n' character). To finish communication and terminate the \fBlyxclient\fR process, send the command 'BYE:'. -.SH MISCELANEOUS OPTIONS +.SH MISCELLANEOUS OPTIONS .TP 6 .BI \-n " name" -when starting communication, \fBlyxclient\fR sends an idenfifier +when starting communication, \fBlyxclient\fR sends an identifier string to LyX. By default, this string is "PPID>PID", where PPID is \fBlyxclient\fR's parent pid and pid is \fBlyxclient\fR's pid. Use this option to override this default.