Loading
xdg-user-dirs: fix manpage rendering
Previously, `man xdg-user-dirs-update` contained this:
```
--set NAME PATH
Sets the XDG user dir with the given name.
NAME should be one of the following:
PATH must be an absolute path, e.g. $HOME/Some/Directory.
```
Now, it's correctly rendered:
```
--set NAME PATH
Sets the XDG user dir with the given name.
NAME should be one of the following:
DESKTOP
DOWNLOAD
TEMPLATES
PUBLICSHARE
DOCUMENTS
MUSIC
PICTURES
VIDEOS
PATH must be an absolute path, e.g. $HOME/Some/Directory.
```