diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-27 19:08:26 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-27 19:22:39 +0900 |
commit | f458883cf5cc973ced865ba6862f4fea411dfc3a (patch) | |
tree | 62594f1cfa54cf1d11317a3defa8bf52593f2a7a | |
parent | 0543ccf62c8941b9336dfca1b528a788b329b86f (diff) |
doc: Substitute 'outputted' for 'output'.
* doc/guix.texi (mpv Media Player): Use the more common usage [0].
[0] https://english.stackexchange.com/a/35433
Change-Id: I5c10d281441c2995849df880dbaf62a790d2ff78
-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 4c513f500c..5fefba3634 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -51139,7 +51139,7 @@ the types, allowed values and full description please refer to the @command{mpv --list-options} and @uref{https://mpv.io/manual/stable/#options, mpv manual}. -Only set fields are outputted to the configuration file. Accessors are +Only set fields are output to the configuration file. Accessors are provided for every field, returning either their value or a sentinel object @code{%unset-value} (from @code{(gnu services configuration)}). |