From: Ingo Schwarze <[email protected]> some X manuals use then escape sequence \/ when they want to render a slash. That's bad because \/ is not a slash but an italic correction, never producing any output, having no effect at all in terminal output, and only changing spacing in a minor way in typeset output.
Signed-off-by: Matthieu Herrb <[email protected]> --- man/xinit.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git man/xinit.man man/xinit.man index f8005ce..de6e27c 100644 --- man/xinit.man +++ man/xinit.man @@ -117,7 +117,7 @@ This will start up a server named \fIX\fP, and will append the given arguments to the default \fIxterm\fP command. It will ignore \fI\.xinitrc\fP. .TP 8 .B "xinit \-e widgets \-\^\- ./Xorg \-l \-c" -This will use the command \fI\.\/Xorg \-l \-c\fP to start the server and will +This will use the command \fI\./Xorg \-l \-c\fP to start the server and will append the arguments \fI\-e widgets\fP to the default \fIxterm\fP command. .TP 8 .B "xinit /usr/ucb/rsh fasthost cpupig \-display ws:1 \-\^\- :1 \-a 2 \-t 5" -- 2.4.6 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
