~kklimonda/ubuntu/lucid/rxvt-unicode/lp-514821

« back to all changes in this revision

Viewing changes to doc/rxvtc.1.man.in

  • Committer: Bazaar Package Importer
  • Author(s): Decklin Foster
  • Date: 2006-09-01 14:44:58 UTC
  • mfrom: (1.1.8 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060901144458-98hrz8zg01w8a3vy
Tags: 7.9-2
* Edit the comments in the app-defaults file, and disable all settings by
  default. If font autoselection fails, I would prefer to open a new bug
  specifically for that. (Closes: #385481)
* Reorganize and edit README.Debian, pushing as much as possible into FAQ
  format (with resource setting issues first).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
 
1
.\" Automatically generated by Pod::Man 2.09 (Pod::Simple 3.04)
2
2
.\"
3
3
.\" Standard preamble:
4
4
.\" ========================================================================
128
128
.rm #[ #] #H #V #F C
129
129
.\" ========================================================================
130
130
.\"
131
 
.IX Title "rxvt 1"
132
 
.TH rxvt 1 "2006-02-02" "7.5" "RXVT-UNICODE"
 
131
.IX Title "@@RXVT_NAME@@ 1"
 
132
.TH @@RXVT_NAME@@ 1 "2006-08-07" "7.9" "RXVT-UNICODE"
133
133
.SH "NAME"
134
134
@@RXVT_NAME@@c \- control the @@RXVT_NAME@@d daemon
135
135
.SH "SYNOPSIS"
145
145
.SH "OPTIONS"
146
146
.IX Header "OPTIONS"
147
147
All options that are valid for \fB@@RXVT_NAME@@\fR are valid for
148
 
\&\fB@@RXVT_NAME@@c\fR, too. Please note that all options are currently
149
 
interpreted in the context of the daemon process, which makes a difference
150
 
for options that specify a file descriptor (such as \fB\-pty\-fd\fR).
 
148
\&\fB@@RXVT_NAME@@c\fR, too. Please note that options are interpreted in the
 
149
context of the daemon process. However, as current working directory,
 
150
process environment and any file descriptor (e.g. for \f(CW\*(C`\-pty\-fd\*(C'\fR) are
 
151
preserved, this rarely makes a difference.
151
152
.SH "EXIT STATUS"
152
153
.IX Header "EXIT STATUS"
153
154
If everything went well, @@RXVT_NAME@@c returns with an exit status of \f(CW0\fR.
156
157
.PP
157
158
This can be used to implement auto-starting behaviour, by checking for an
158
159
exit status of \f(CW2\fR, running \f(CW\*(C`@@RXVT_NAME@@d \-f \-q\*(C'\fR and retrying the call
159
 
to @@RXVT_NAME@@c.
 
160
to @@RXVT_NAME@@c, like this:
 
161
.PP
 
162
.Vb 6
 
163
\&   #!/bin/sh
 
164
\&   @@RXVT_NAME@@c "$@"
 
165
\&   if [ $? \-eq 2 ]; then
 
166
\&      @@RXVT_NAME@@d \-q \-o \-f
 
167
\&      @@RXVT_NAME@@c "$@"
 
168
\&   fi
 
169
.Ve
160
170
.SH "ENVIRONMENT"
161
171
.IX Header "ENVIRONMENT"
162
172
All environment variables of the current process will be made available
167
177
Both @@RXVT_NAME@@c and @@RXVT_NAME@@d use the environment variable
168
178
\&\fI\s-1RXVT_SOCKET\s0\fR to create a listening socket and to contact the
169
179
@@RXVT_NAME@@d, respectively. If the variable is missing,
170
 
\&\fI$HOME/.rxvt\-unicode\-\fI<nodename>\fI\fR is used.  The variable must
 
180
\&\fI\f(CI$HOME\fI/.rxvt\-unicode\-\fI<nodename>\fI\fR is used.  The variable must
171
181
specify the absolute path of the socket to create.
172
182
.SH "SEE ALSO"
173
183
.IX Header "SEE ALSO"