mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
file-systems: Add missing docstring.
* gnu/system/file-systems.scm (file-system-type-predicate): Add docstring.
This commit is contained in:
parent
278d486b0c
commit
7dbd75b3cf
1 changed files with 2 additions and 0 deletions
|
@ -417,6 +417,8 @@ (define %network-file-mappings
|
||||||
%network-configuration-files))
|
%network-configuration-files))
|
||||||
|
|
||||||
(define (file-system-type-predicate type)
|
(define (file-system-type-predicate type)
|
||||||
|
"Return a predicate that, when passed a file system, returns #t if that file
|
||||||
|
system has the given TYPE."
|
||||||
(lambda (fs)
|
(lambda (fs)
|
||||||
(string=? (file-system-type fs) type)))
|
(string=? (file-system-type fs) type)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue