From aa61d39867ee46273b7acdc9fc6af291dc4f6485 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.r.kempf@gmail.com>
Date: Mon, 15 Sep 2014 11:56:29 +0200
Subject: [PATCH] [typo] [doc] fix typo.

---
 doc/buildsystem/buildsystem.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/buildsystem/buildsystem.tex b/doc/buildsystem/buildsystem.tex
index 0b09f2d04..9917e7fdd 100644
--- a/doc/buildsystem/buildsystem.tex
+++ b/doc/buildsystem/buildsystem.tex
@@ -1311,7 +1311,7 @@ entries in the opts file:
 \item \texttt{BUILDDIR} configure the modules to use out-of-source
   build. The binaries are built in subdirectories of each module,
   named according to the \texttt{BUILDDIR} variable.
-  If \texttt{BUILDDIR} is an absolute path (starts with \texttt{'\string\'}),
+  If \texttt{BUILDDIR} is an absolute path (starts with \texttt{'\string/'}),
   the build directory is set to \texttt{BUILDDIR/module-name} for each module.
 \item \texttt{\textit{COMMAND}\,\_FLAGS}\\ the most important ones are:
   \begin{itemize}
-- 
GitLab