--- rxvt-unicode/doc/rxvt.1.pod 2006/08/07 15:59:44 1.118 +++ rxvt-unicode/doc/rxvt.1.pod 2006/08/20 02:47:26 1.121 @@ -19,7 +19,7 @@ See @@RXVT_NAME@@(7) (try C) for a list of frequently asked questions and answer to them and some common problems. That document is also accessible on the World-Wide-Web at -L. +L. =head1 RXVT-UNICODE VS. RXVT @@ -454,7 +454,7 @@ =item B<-pty-fd> I Tells @@RXVT_NAME@@ NOT to execute any commands or create a new pty/tty -pair but instead use the given file handle as the tty master. This is +pair but instead use the given file descriptor as the tty master. This is useful if you want to drive @@RXVT_NAME@@ as a generic terminal emulator without having to run a program within it. @@ -1028,7 +1028,8 @@ C<\e>, C<\E>: escape, C<\n>: newline, C<\r>: carriage return, C<\t>: tab, C<\000>: octal number) or verbatim control characters (C<^?>: delete, C<^@>: null, C<^A> ...) and may be enclosed with double quotes so that it -can start or end with whitespace. +can start or end with whitespace. B. Please note that you need to double the C<\> in resource files, as Xlib itself does its own de-escaping (you can use C<\033> instead of