Browse code

Fix docker-rm man page formatting

Signed-off-by: Denis Ollier <larchunix@users.noreply.github.com>

Denis Ollier authored on 2015/07/26 11:18:48
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@ CONTAINER [CONTAINER...]
15 15
 
16 16
 **docker rm** will remove one or more containers from the host node. The
17 17
 container name or ID can be used. This does not remove images. You cannot
18
-remove a running container unless you use the \fB-f\fR option. To see all
18
+remove a running container unless you use the **-f** option. To see all
19 19
 containers on a host use the **docker ps -a** command.
20 20
 
21 21
 # OPTIONS