2
0
Эх сурвалжийг харах

docs/usage: fix literal/emph without end-string (two instances)

Marian Beermann 8 жил өмнө
parent
commit
bf3a1f0c33
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      docs/usage.rst

+ 2 - 2
docs/usage.rst

@@ -42,7 +42,7 @@ Note: you may also prepend a ``file://`` to a filesystem path to get URL style.
 ``user@host:~other/path/to/repo`` - path relative to other's home directory
 ``user@host:~other/path/to/repo`` - path relative to other's home directory
 
 
 Note: giving ``user@host:/./path/to/repo`` or ``user@host:/~/path/to/repo`` or
 Note: giving ``user@host:/./path/to/repo`` or ``user@host:/~/path/to/repo`` or
-``user@host:/~other/path/to/repo``is also supported, but not required here.
+``user@host:/~other/path/to/repo`` is also supported, but not required here.
 
 
 
 
 **Remote repositories with relative pathes, alternative syntax with port**:
 **Remote repositories with relative pathes, alternative syntax with port**:
@@ -437,7 +437,7 @@ Notes
 
 
 - the --exclude patterns are not like tar. In tar --exclude .bundler/gems will
 - the --exclude patterns are not like tar. In tar --exclude .bundler/gems will
   exclude foo/.bundler/gems. In borg it will not, you need to use --exclude
   exclude foo/.bundler/gems. In borg it will not, you need to use --exclude
-  '*/.bundler/gems' to get the same effect. See ``borg help patterns`` for
+  '\*/.bundler/gems' to get the same effect. See ``borg help patterns`` for
   more information.
   more information.