diff options
author | arg@mig29 <unknown> | 2006-12-13 13:53:10 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-12-13 13:53:10 +0100 |
commit | 21bd90d7d3477d8992cf3a18a5ad320250e8d5b0 (patch) | |
tree | 0c0aa670272c240365a34a601f7ed391e20734f2 /dwm.1 | |
parent | c8f96b5b4c08f29e8c7ac7d31fc7d83d16f46ec2 (diff) | |
download | dwm-21bd90d7d3477d8992cf3a18a5ad320250e8d5b0.tar.gz |
fixed man page, status bar displays EOF instead of "broken pipe"
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.1 b/dwm.1 index 6497655..f5d01c0 100644 --- a/dwm.1 +++ b/dwm.1 @@ -122,7 +122,7 @@ dwm is customized by creating a custom config.h and (re)compiling the source code. This keeps it fast, secure and simple. .SH CAVEATS The status bar may display -.BR "broken pipe" +.BR "EOF" when dwm has been started by an X session manager like .BR xdm (1), because those close standard output before executing dwm. |