From 21bd90d7d3477d8992cf3a18a5ad320250e8d5b0 Mon Sep 17 00:00:00 2001 From: "arg@mig29" Date: Wed, 13 Dec 2006 13:53:10 +0100 Subject: [PATCH] fixed man page, status bar displays EOF instead of "broken pipe" --- dwm.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4