aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/startfluxbox.txt
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-03-18 15:31:49 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-03-18 15:31:49 (GMT)
commit7658d2c56d24a18d61a9ac2c14ef1ff0fd55d3bf (patch)
treec6e08a983c472292dbbe3285f0fdcdba9157f69b /doc/asciidoc/startfluxbox.txt
parent253f13d46ed96dd9a4ed8619820d14098d547fc8 (diff)
downloadfluxbox_paul-7658d2c56d24a18d61a9ac2c14ef1ff0fd55d3bf.zip
fluxbox_paul-7658d2c56d24a18d61a9ac2c14ef1ff0fd55d3bf.tar.bz2
fix some escaping problems in the man pages
Diffstat (limited to 'doc/asciidoc/startfluxbox.txt')
-rw-r--r--doc/asciidoc/startfluxbox.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/asciidoc/startfluxbox.txt b/doc/asciidoc/startfluxbox.txt
index c61ef6a..789af08 100644
--- a/doc/asciidoc/startfluxbox.txt
+++ b/doc/asciidoc/startfluxbox.txt
@@ -16,22 +16,22 @@ SYNOPSIS
16 16
17DESCRIPTION 17DESCRIPTION
18----------- 18-----------
19*startfluxbox* is a script which runs the file *\~/.fluxbox/startup* If it 19*startfluxbox* is a script which runs the file *~/.fluxbox/startup* If it
20doesn't exist it will be generated. 20doesn't exist it will be generated.
21 21
22*startfluxbox* should be started from your *\~/.xinitrc* if you use startx, or 22*startfluxbox* should be started from your *\~/.xinitrc* if you use startx, or
23*\~/.xsession* if you run a display manager, like xdm. 23 *~/.xsession* if you run a display manager, like xdm.
24 24
25FILES 25FILES
26----- 26-----
27*\~/.fluxbox/startup*:: 27*~/.fluxbox/startup*::
28 This file contains all commands that should be executed before fluxbox is 28 This file contains all commands that should be executed before fluxbox is
29 started. The initial file contains helpful comments for beginners. It also 29 started. The initial file contains helpful comments for beginners. It also
30 starts fluxbox. 30 starts fluxbox.
31 31
32EXAMPLES 32EXAMPLES
33-------- 33--------
34The default *\~/.fluxbox/startup* is as follows: 34The default *~/.fluxbox/startup* is as follows:
35.... 35....
36#!/bin/sh 36#!/bin/sh
37# 37#