ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtd.1.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvtd.1.man.in (file contents):
Revision 1.10 by root, Sun Jun 15 13:54:15 2008 UTC vs.
Revision 1.11 by root, Wed Dec 30 06:14:03 2009 UTC

1.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05) 1.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
2.\" 2.\"
3.\" Standard preamble: 3.\" Standard preamble:
4.\" ======================================================================== 4.\" ========================================================================
5.de Sh \" Subsection heading
6.br
7.if t .Sp
8.ne 5
9.PP
10\fB\\$1\fR
11.PP
12..
13.de Sp \" Vertical space (when we can't use .PP) 5.de Sp \" Vertical space (when we can't use .PP)
14.if t .sp .5v 6.if t .sp .5v
15.if n .sp 7.if n .sp
16.. 8..
17.de Vb \" Begin verbatim text 9.de Vb \" Begin verbatim text
51.\" Escape single quotes in literal strings from groff's Unicode transform. 43.\" Escape single quotes in literal strings from groff's Unicode transform.
52.ie \n(.g .ds Aq \(aq 44.ie \n(.g .ds Aq \(aq
53.el .ds Aq ' 45.el .ds Aq '
54.\" 46.\"
55.\" If the F register is turned on, we'll generate index entries on stderr for 47.\" If the F register is turned on, we'll generate index entries on stderr for
56.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index 48.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
57.\" entries marked with X<> in POD. Of course, you'll have to process the 49.\" entries marked with X<> in POD. Of course, you'll have to process the
58.\" output yourself in some meaningful fashion. 50.\" output yourself in some meaningful fashion.
59.ie \nF \{\ 51.ie \nF \{\
60. de IX 52. de IX
61. tm Index:\\$1\t\\n%\t"\\$2" 53. tm Index:\\$1\t\\n%\t"\\$2"
130.\} 122.\}
131.rm #[ #] #H #V #F C 123.rm #[ #] #H #V #F C
132.\" ======================================================================== 124.\" ========================================================================
133.\" 125.\"
134.IX Title "@@RXVT_NAME@@ 1" 126.IX Title "@@RXVT_NAME@@ 1"
135.TH @@RXVT_NAME@@ 1 "2008-06-15" "@@RXVT_VERSION@@" "RXVT-UNICODE" 127.TH @@RXVT_NAME@@ 1 "2009-12-30" "@@RXVT_VERSION@@" "RXVT-UNICODE"
136.\" For nroff, turn off justification. Always turn off hyphenation; it makes 128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
137.\" way too many mistakes in technical documents. 129.\" way too many mistakes in technical documents.
138.if n .ad l 130.if n .ad l
139.nh 131.nh
140.SH "NAME" 132.SH "NAME"
141@@RXVT_NAME@@d \- @@RXVT_NAME@@ terminal daemon 133@@RXVT_NAME@@d \- @@RXVT_NAME@@ terminal daemon
142.SH "SYNOPSIS" 134.SH "SYNOPSIS"
143.IX Header "SYNOPSIS" 135.IX Header "SYNOPSIS"
144\&\fB@@RXVT_NAME@@d\fR [\-q|\-\-quiet] [\-o|\-\-opendisplay] [\-f|\-\-fork] 136\&\fB@@RXVT_NAME@@d\fR [\-q|\-\-quiet] [\-o|\-\-opendisplay] [\-f|\-\-fork] [\-m|\-\-mlock]
145.PP 137.PP
146\&\fB@@RXVT_NAME@@d\fR \-q \-o \-f # for .xsession use 138\&\fB@@RXVT_NAME@@d\fR \-q \-o \-f # for .xsession use
147.SH "DESCRIPTION" 139.SH "DESCRIPTION"
148.IX Header "DESCRIPTION" 140.IX Header "DESCRIPTION"
149This manpage describes the @@RXVT_NAME@@d daemon, which is the same vt102 141This manpage describes the @@RXVT_NAME@@d daemon, which is the same vt102
181\&\fB@@RXVT_NAME@@d\fR will be killed automatically. 173\&\fB@@RXVT_NAME@@d\fR will be killed automatically.
182.IP "\fB\-f\fR, \fB\-\-fork\fR" 4 174.IP "\fB\-f\fR, \fB\-\-fork\fR" 4
183.IX Item "-f, --fork" 175.IX Item "-f, --fork"
184This makes \fB@@RXVT_NAME@@d\fR fork after it has bound itself to its control 176This makes \fB@@RXVT_NAME@@d\fR fork after it has bound itself to its control
185socket. 177socket.
178.IP "\fB\-m\fR, \fB\-\-mlock\fR" 4
179.IX Item "-m, --mlock"
180This makes \fB@@RXVT_NAME@@d\fR call \fImlockall\fR\|(2) on itself. This locks
181\&\fB@@RXVT_NAME@@d\fR in \s-1RAM\s0 and prevents it from being swapped out to disk,
182at the cost of consuming a lot more memory on most operating systems.
183.Sp
184Note: In order to use this feature, your system administrator must have set
185your user's \s-1RLIMIT_MEMLOCK\s0 to a size greater than or equal to the size of the
186\&\fB@@RXVT_NAME@@d\fR binary (or to unlimited). See \fI/etc/security/limits.conf\fR.
187.Sp
188Note 2: There is a known bug in glibc (possibly fixed in 2.8 and later
189versions) where calloc returns non-zeroed memory when mlockall is in
190effect. If you experience crashes or other odd behaviour while using
191\&\-\-mlock, try it without it.
186.SH "EXAMPLES" 192.SH "EXAMPLES"
187.IX Header "EXAMPLES" 193.IX Header "EXAMPLES"
188This is a useful invocation of \fB@@RXVT_NAME@@d\fR in a \fI.xsession\fR\-style 194This is a useful invocation of \fB@@RXVT_NAME@@d\fR in a \fI.xsession\fR\-style
189script: 195script:
190.PP 196.PP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines