diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-31 11:38:51 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-02-01 15:32:11 -0500 |
commit | 01c925bf499d66c0cb000071d40c265a6869ffab (patch) | |
tree | cef7949476aae98b1e5761695c9f2a040530b29e /doc | |
parent | 787b13a5d9df8f0cc7170de1b80cead68b516c66 (diff) |
doc: Fix typo.
* doc/guix.texi (Sound Services): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 8ee553e257..10248d29e7 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -21394,7 +21394,7 @@ Data type representing the configuration for @code{pulseaudio-service}. @table @asis @item @code{client-conf} (default: @code{'()}) List of settings to set in @file{client.conf}. -Accepts a list of strings or a symbol-value pairs. A string will be +Accepts a list of strings or symbol-value pairs. A string will be inserted as-is with a newline added. A pair will be formatted as ``key = value'', again with a newline added. |