diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-08-30 13:32:03 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-08-30 13:32:03 +0000 |
commit | 618c31463025a1bd02c4e61306f954de944f540a (patch) | |
tree | dfeab5cb8c98c73e44aff6f704e35c162438c39a /app | |
parent | 1ccdec653a82dbc98d9c451fc28cc99655055a66 (diff) |
Remove abuse of \/ which is not a slash but an italic correction;
ok matthieu@, who will also push these fixes upstream (thanks).
Diffstat (limited to 'app')
-rw-r--r-- | app/xinit/man/xinit.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xinit/man/xinit.man b/app/xinit/man/xinit.man index f8005ce40..de6e27cd1 100644 --- a/app/xinit/man/xinit.man +++ b/app/xinit/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" |