doc: move the @verbatim start to the list item

This is mostly for sphinx' parsing benefit, doxygen doesn't need it and
renders the same either way.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-07-24 15:01:39 +10:00
parent 00186bb8af
commit e2bd413e09

View file

@ -132,16 +132,14 @@ with one of the following commands:
- **Debian/Ubuntu** based distributions: `sudo apt-get build-dep libinput`
- **Fedora 22** and later: `sudo dnf builddep libinput`
- **RHEL/CentOS/Fedora 21** and earlier: `sudo yum-builddep libinput`
- **openSUSE**:
@verbatim
- **openSUSE**: @verbatim
$> sudo zypper modifyrepo --enable `zypper repos | grep source | awk '{print $5}'`
$> sudo zypper source-install -d libinput10
$> sudo zypper install autoconf automake libtool
$> sudo zypper modifyrepo --disable `zypper repos | grep source | awk '{print $5}'`
@endverbatim
- **Arch**:
@verbatim
- **Arch**: @verbatim
$> sudo pacman -S asp
$> cd $(mktemp -d)
$> asp export libinput