diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-04-22 11:07:16 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-04-22 11:07:16 +0200 |
commit | 22e909b0b27f91dc0ab4b5abddb1292c6fb3e17b (patch) | |
tree | 7baf2ad6f45fc8bc04158cc66ab08a1a03b08af9 | |
parent | a6c65352edca3d6ec2d641133fbe97a742ac5dfd (diff) |
feh(1): Eliminate trailing whitespace with debug=0
-rw-r--r-- | config.mk | 2 | ||||
-rw-r--r-- | man/feh.pre | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ endif ifeq (${debug},1) CFLAGS += -DDEBUG - MAN_DEBUG = This is a debug build. + MAN_DEBUG = . This is a debug build. else MAN_DEBUG = endif diff --git a/man/feh.pre b/man/feh.pre index 9b0d3d8..74cc313 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -21,7 +21,7 @@ This manual documents feh $VERSION$ .Pp Compile-time switches: libcurl support $MAN_CURL$, Xinerama support -$MAN_XINERAMA$. $MAN_DEBUG$ +$MAN_XINERAMA$$MAN_DEBUG$ . . .Sh DESCRIPTION |