diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:34:24 -0800 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:53:07 -0800 |
| commit | 36a78af6f2e40183f13ee2df623e83101d8a2e0e (patch) | |
| tree | 6fa5464d621e474b5cc2eb4abe15c27f7b7e9dec /gnu | |
| parent | 0861388f8db20da925581c2772d8b02740a7d694 (diff) | |
gnu: bindfs: Fix trailing whitespace in description.
* gnu/packages/file-systems.scm (bindfs)[description]: Fix trailing
whitespace.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/file-systems.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 4bd55b40cd3..ca6a3b20319 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm | |||
| @@ -196,7 +196,7 @@ another location, similar to @command{mount --bind}. It can be used for: | |||
| 196 | @item Sharing a directory with a list of users (or groups). | 196 | @item Sharing a directory with a list of users (or groups). |
| 197 | @item Modifying permission bits using rules with chmod-like syntax. | 197 | @item Modifying permission bits using rules with chmod-like syntax. |
| 198 | @item Changing the permissions with which files are created. | 198 | @item Changing the permissions with which files are created. |
| 199 | @end itemize ") | 199 | @end itemize") |
| 200 | (license license:gpl2+))) | 200 | (license license:gpl2+))) |
| 201 | 201 | ||
| 202 | (define-public cachefilesd-inotify | 202 | (define-public cachefilesd-inotify |
