Skip to content

Commit 9ef9060

Browse files
committed
docs: Use I<> instead of B<> for describing flags
Consistent standard across documents. (cherry picked from commit ec42aa8)
1 parent 694e68b commit 9ef9060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/nbdkit-captive.pod

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ documented by the NBD project.
5959
As this variable may contain a bare C<?> for Unix sockets, it is
6060
safest to use $uri within double quotes to avoid unintentional
6161
globbing. For plugins that support distinct data based on export
62-
names, the B<-e> option to nbdkit controls which export name will be
62+
names, the I<-e> option to nbdkit controls which export name will be
6363
set in the URI.
6464

6565
In nbdkit E<le> 1.22 C<$nbd> tried to guess if you were using qemu or
@@ -84,7 +84,7 @@ If E<ne> "", the Unix domain socket that nbdkit is listening on.
8484
=item C<$exportname>
8585

8686
The export name (which may be "") that the process should use when
87-
connecting to nbdkit, as set by the B<-e> (B<--exportname>) command
87+
connecting to nbdkit, as set by the I<-e> (I<--exportname>) command
8888
line option of nbdkit. This only matters to plugins that
8989
differentiate what they serve based on the export name requested by
9090
the client.

0 commit comments

Comments
 (0)