소스 검색

Merge pull request #8908 from ThomasWaldmann/3818simplifyexport-master2

small fixes for docs update in 3818simplifyexport-master
TW 1 주 전
부모
커밋
82a525c5be
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 4
      docs/usage/serve.rst

+ 3 - 4
docs/usage/serve.rst

@@ -36,11 +36,10 @@ locations like ``/etc/environment`` or in the forced command itself (example bel
     command="BORG_XXX=value borg serve [...]",restrict ssh-rsa [...]
     command="BORG_XXX=value borg serve [...]",restrict ssh-rsa [...]
 
 
 .. note::
 .. note::
-    The examples above use the ``restrict`` directive and assumes a POSIX
+    The examples above use the ``restrict`` directive and assume a POSIX
     compliant shell set as the user's login shell.
     compliant shell set as the user's login shell.
-    This does automatically
-    block potential dangerous ssh features, even when they are added in a future
-    update. Thus, this option should be preferred.
+    This does automatically block potential dangerous ssh features, even when
+    they are added in a future update. Thus, this option should be preferred.
 
 
     If you're using openssh-server < 7.2, however, you have to specify explicitly
     If you're using openssh-server < 7.2, however, you have to specify explicitly
     the ssh features to restrict and cannot simply use the restrict option as it
     the ssh features to restrict and cannot simply use the restrict option as it