@@ -56,7 +56,7 @@ Unlike other curses apps, bpython dumps the screen data to stdout when you quit,
5656
5757.SH OPTIONS
5858The long and short forms of options, shown here as alternatives, are
59- equivalent. If bpython sees an argument it does not know, execution falls
59+ equivalent. If \fB bpython \fR sees an argument it does not know, execution falls
6060back to the regular Python interpreter.
6161.IP " \fB \-\- config= \fR\fI config \fR " 4
6262.PD
@@ -70,7 +70,7 @@ Show the help message and exit.
7070.PD 0
7171.IP " \fB \-\- interactive \fR " 4
7272.PD
73- Drop to bpython shell after running \fI file \fR instead of exiting.
73+ Drop to \fB bpython \fR shell after running \fI file \fR instead of exiting.
7474The PYTHONSTARTUP file is not read.
7575.IP " \fB \- q \fR " 4
7676.PD 0
@@ -81,10 +81,10 @@ Do not flush the output to stdout.
8181.PD 0
8282.IP " \fB \-\- version \fR " 4
8383.PD
84- Print bpython 's version and exit.
84+ Print \fB bpython \fR 's version and exit.
8585
8686.PP
87- In addition to the above options, bpython -urwid also supports the following
87+ In addition to the above options, \fB bpython -urwid\fR also supports the following
8888options if twisted is available:
8989.IP " \fB \- r \fR\fI reactor \fR " 4
9090.PD 0
@@ -111,11 +111,11 @@ Run a eval server on port \fIport\fR. This options forces the use of a Twisted
111111reactor.
112112
113113.SH KEYS
114- bpython 's keys are fully configurable. See
114+ \fB bpython \fR 's keys are fully configurable. See
115115http://docs.bpython-interpreter.org/configuration.html#keyboard
116116
117117.SH FILES
118- ~/. bpython/config
118+ $XDG_CONFIG_HOME/ bpython/config
119119.RS
120120Your bpython config. See sample-config (in /usr/share/doc/bpython/examples on Debian) for various options you can use, or read
121121.BR bpython-config (5)
0 commit comments