aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-06 21:53:28 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-11-06 21:53:28 -0800
commitd85279d0cb89f671ffbe0962e6b45e0a81095bfc (patch)
tree1d4c7b3bb97c0dbb0187e8952233d3aa5e6c642d /doc
parent108c8260d341c21770b776169394c3aec761ead1 (diff)
Fixed section names in documentation index
Diffstat (limited to 'doc')
-rw-r--r--doc/mainpage.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index e40f391..dc64868 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -14,7 +14,7 @@ mount the file system, unmount it, read requests from the kernel, and
send responses back.
-\section Getting started
+## Getting started ##
libfuse offers two APIs: a "high-level", synchronous API, and a
"low-level" asynchronous API. In both cases, incoming requests from
@@ -28,7 +28,7 @@ separate set of API functions.
The high-level API that is primarily specified in fuse.h. The
low-level API that is primarily documented in fuse_lowlevel.h.
-\section Examples
+## Examples ##
FUSE comes with several examples in the <a
href="files.html">examples</a> directory. A good starting point are