guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/14: gnu: bindfs: Fix trailing whitespace in description.


From: guix-commits
Subject: 12/14: gnu: bindfs: Fix trailing whitespace in description.
Date: Thu, 30 Dec 2021 03:59:05 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 36a78af6f2e40183f13ee2df623e83101d8a2e0e
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Thu Dec 30 00:34:24 2021 -0800

    gnu: bindfs: Fix trailing whitespace in description.
    
    * gnu/packages/file-systems.scm (bindfs)[description]: Fix trailing
      whitespace.
---
 gnu/packages/file-systems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 4bd55b40cd..ca6a3b2031 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:
 @item Sharing a directory with a list of users (or groups).
 @item Modifying permission bits using rules with chmod-like syntax.
 @item Changing the permissions with which files are created.
-@end itemize ")
+@end itemize")
     (license license:gpl2+)))
 
 (define-public cachefilesd-inotify



reply via email to

[Prev in Thread] Current Thread [Next in Thread]