From: root Date: Sat, 2 Jun 2007 05:13:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f75dd4268cce6e26b01b43cc4fad815459729060;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/doc/rxvtd.1.html b/doc/rxvtd.1.html index 41d6c84d..d0a406b5 100644 --- a/doc/rxvtd.1.html +++ b/doc/rxvtd.1.html @@ -34,6 +34,7 @@

SYNOPSIS

rxvtd [-q|--quiet] [-o|--opendisplay] [-f|--fork]

+

rxvtd -q -o -f # for .xsession use


@@ -118,6 +119,7 @@ specify the absolute path of the socket to create.

Only used when the --opendisplay option is specified. Must contain a valid X display name.

+

diff --git a/doc/rxvtd.1.man.in b/doc/rxvtd.1.man.in index 4e5f4d83..cadf8d54 100644 --- a/doc/rxvtd.1.man.in +++ b/doc/rxvtd.1.man.in @@ -129,12 +129,14 @@ .\" ======================================================================== .\" .IX Title "@@RXVT_NAME@@ 1" -.TH @@RXVT_NAME@@ 1 "2006-11-02" "8.0" "RXVT-UNICODE" +.TH @@RXVT_NAME@@ 1 "2007-06-02" "8.2" "RXVT-UNICODE" .SH "NAME" @@RXVT_NAME@@d \- @@RXVT_NAME@@ terminal daemon .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fB@@RXVT_NAME@@d\fR [\-q|\-\-quiet] [\-o|\-\-opendisplay] [\-f|\-\-fork] +.PP +\&\fB@@RXVT_NAME@@d\fR \-q \-o \-f # for .xsession use .SH "DESCRIPTION" .IX Header "DESCRIPTION" This manpage describes the @@RXVT_NAME@@d daemon, which is the same vt102 @@ -199,8 +201,6 @@ specify the absolute path of the socket to create. .IX Item "DISPLAY" Only used when the \f(CW\*(C`\-\-opendisplay\*(C'\fR option is specified. Must contain a valid X display name. -.RS 4 .SH "SEE ALSO" .IX Header "SEE ALSO" -.RS 4 @@RXVT_NAME@@(7), @@RXVT_NAME@@c(1) diff --git a/doc/rxvtd.1.pod b/doc/rxvtd.1.pod index 25281390..db0dd734 100644 --- a/doc/rxvtd.1.pod +++ b/doc/rxvtd.1.pod @@ -6,6 +6,8 @@ B<@@RXVT_NAME@@d> [-q|--quiet] [-o|--opendisplay] [-f|--fork] +B<@@RXVT_NAME@@d> -q -o -f # for .xsession use + =head1 DESCRIPTION This manpage describes the @@RXVT_NAME@@d daemon, which is the same vt102 @@ -82,7 +84,7 @@ specify the absolute path of the socket to create. Only used when the C<--opendisplay> option is specified. Must contain a valid X display name. -=over +=back =head1 SEE ALSO diff --git a/doc/rxvtd.1.txt b/doc/rxvtd.1.txt index 3b59fbab..a35c1b3a 100644 --- a/doc/rxvtd.1.txt +++ b/doc/rxvtd.1.txt @@ -4,6 +4,8 @@ NAME SYNOPSIS rxvtd [-q|--quiet] [-o|--opendisplay] [-f|--fork] + rxvtd -q -o -f # for .xsession use + DESCRIPTION This manpage describes the rxvtd daemon, which is the same vt102 terminal emulator as rxvt, but runs as a daemon that can open multiple @@ -64,5 +66,5 @@ ENVIRONMENT a valid X display name. SEE ALSO - rxvt(7), rxvtc(1) + rxvt(7), rxvtc(1)