about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2009-07-13 12:51:00 +0100
committerAnselm R Garbe <garbeam@gmail.com>2009-07-13 12:51:00 +0100
commit20996c6c5a0edbc9ebcb82e22520d04b789a9f0a (patch)
treee3a5f51676c4231d027775d0f5f40f7930430857
parent8dc9fcf1b95db927ce50a63c7e571fdb074529e8 (diff)
downloaddwm-20996c6c5a0edbc9ebcb82e22520d04b789a9f0a.tar.gz
removed obsolete BUG
-rw-r--r--dwm.16
1 files changed, 0 insertions, 6 deletions
diff --git a/dwm.1 b/dwm.1
index 4aa054a..7eb231f 100644
--- a/dwm.1
+++ b/dwm.1
@@ -153,12 +153,6 @@ code. This keeps it fast, secure and simple.
 .SH SEE ALSO
 .BR dmenu (1)
 .SH BUGS
-The status bar may display
-.BR "EOF"
-when dwm has been started by an X session manager like
-.BR xdm (1),
-because those close standard output before executing dwm.
-.P
 Java applications which use the XToolkit/XAWT backend may draw grey windows
 only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
 JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285