diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:46:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:26 +0200 |
commit | a7e5d956974b6e4c65c46e728524deba7c6192b0 (patch) | |
tree | 0dcb4e982df39c2f6ea026e65483961d631d7e83 | |
parent | 4869a509d1fde60562e00d568f33a6a40fcffa13 (diff) |
gnu: davfs2: Fix typo in description.
* gnu/packages/file-systems.scm (davfs2)[description]: Fix typo.
-rw-r--r-- | gnu/packages/file-systems.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index d7c34cd188..3296ca6e38 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -251,9 +251,9 @@ another location, similar to @command{mount --bind}. It can be used for: (description "The @acronym{WebDAV, Web Distributed Authoring and Versioning} extension to the HTTP protocol defines a standard way to author resources on a remote Web -server. Davfs2 exposes such resources as a typical filesystem which can be used -by standard applications with no built-in support for WebDAV, such as the GNU -coreutils (@command{cp}, @command{mv}, etc.) or a graphical word processor. +server. Davfs2 exposes such resources as a typical file system which can be +used by standard applications with no built-in support for WebDAV, such as the +GNU coreutils (@command{cp}, @command{mv}, etc.) or a graphical word processor. Davfs2 works with most WebDAV servers with no or little configuration. It supports TLS (HTTPS), HTTP proxies, HTTP basic and digest authentication, and |