From 9b738d0071cd11db9a9ca09ce486d38ca39bb381 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 5 Jul 2017 09:47:37 +1000 Subject: [PATCH] doc: fix a few typos Signed-off-by: Peter Hutterer --- doc/building.dox | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index 7344f3a7..cc74e372 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -65,8 +65,7 @@ The .so installed from git master may have a lower number than the system-provided one. In that case, manually adjust the symlinks to point to the newly installed .so.x.x.x -@subsection reverting_install Reverting to the system-provided libinput -package +@subsection reverting_install Reverting to the system-provided libinput package The recommended way to revert to the system install is to use the package manager to reinstall the libinput package. In some cases, this may leave @@ -168,7 +167,7 @@ environment where tablet support is not required. libinput provides tablet support even without libwacom, but some features may be missing or working differently. -@subsection buildling_debug-gui Building without the graphical helper tool +@subsection building_debug_gui Building without the graphical helper tool The @ref tools provide commandline features as well as graphical debugging features. To keep dependencies in check on some builds, the graphical @@ -217,7 +216,7 @@ $> ./autogen.sh --disable-libwacom --prefix=/usr --libdir=/usr/lib64 @endcode To disable the graphical helper tool as detailed in section @ref -buildling_debug-gui, run +building_debug_gui, run @code $> ./autogen.sh --disable-debug-gui --prefix=/usr --libdir=/usr/lib64