about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-26 12:41:15 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-26 12:41:15 +0100
commit7e98db251e383674440d75dc42d98ab6eed79ac7 (patch)
treef9250efb6e001a1152ec9aad5ce3cee69a3edde5
parentbced9077f963be2bce4f0c60023c3b48af54b8e9 (diff)
downloaddwm-7e98db251e383674440d75dc42d98ab6eed79ac7.tar.gz
regarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS section should appear after SEE ALSO section.
-rw-r--r--dwm.14
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.1 b/dwm.1
index 51af59a..fe86d0a 100644
--- a/dwm.1
+++ b/dwm.1
@@ -131,6 +131,8 @@ Resize current window while dragging (floating mode only).
 .SH CUSTOMIZATION
 dwm is customized by creating a custom config.h and (re)compiling the source
 code. This keeps it fast, secure and simple.
+.SH SEE ALSO
+.BR dmenu (1)
 .SH BUGS
 The status bar may display
 .BR "EOF"
@@ -145,5 +147,3 @@ you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
 can set the following environment variable (to use the older Motif
 backend instead):
 .BR AWT_TOOLKIT=MToolkit .
-.SH SEE ALSO
-.BR dmenu (1)
href='/akspecs/ranger/blame/ranger/fm.py?id=88b00cac7f412c41a745aa21221a5453e470b049'>^
6874e0ea ^
9506fb8e ^
f6910552 ^
9506fb8e ^



e6dfc442 ^
9506fb8e ^

e6dfc442 ^







ffec67de ^









9506fb8e ^
dd7a4f63 ^


9506fb8e ^


419e4aa5 ^


6874e0ea ^













f6910552 ^


9506fb8e ^

6874e0ea ^
cc952d63 ^



45cb587d ^


ae943ecb ^


419e4aa5 ^
cc952d63 ^












5805deca ^
cc952d63 ^


5805deca ^
e6dfc442 ^



3ea48208 ^


d494f019 ^
3ea48208 ^


d494f019 ^
e6dfc442 ^


d494f019 ^
3ea48208 ^

dd7a4f63 ^
419e4aa5 ^




dd7a4f63 ^


3d566884 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130