gnu: davfs2: Fix typo in description.
* gnu/packages/file-systems.scm (davfs2)[description]: Fix typo.
This commit is contained in:
parent
4869a509d1
commit
a7e5d95697
1 changed files with 3 additions and 3 deletions
|
@ -251,9 +251,9 @@ another location, similar to @command{mount --bind}. It can be used for:
|
||||||
(description
|
(description
|
||||||
"The @acronym{WebDAV, Web Distributed Authoring and Versioning} extension
|
"The @acronym{WebDAV, Web Distributed Authoring and Versioning} extension
|
||||||
to the HTTP protocol defines a standard way to author resources on a remote Web
|
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
|
server. Davfs2 exposes such resources as a typical file system which can be
|
||||||
by standard applications with no built-in support for WebDAV, such as the GNU
|
used by standard applications with no built-in support for WebDAV, such as the
|
||||||
coreutils (@command{cp}, @command{mv}, etc.) or a graphical word processor.
|
GNU coreutils (@command{cp}, @command{mv}, etc.) or a graphical word processor.
|
||||||
|
|
||||||
Davfs2 works with most WebDAV servers with no or little configuration. It
|
Davfs2 works with most WebDAV servers with no or little configuration. It
|
||||||
supports TLS (HTTPS), HTTP proxies, HTTP basic and digest authentication, and
|
supports TLS (HTTPS), HTTP proxies, HTTP basic and digest authentication, and
|
||||||
|
|
Reference in a new issue