From 7049e621c7b7eeab53fbf92b445b0c1e6038a2b5 Mon Sep 17 00:00:00 2001 From: marschap Date: Sat, 21 May 2005 16:06:44 +0000 Subject: [PATCH] make lcdexec.1 config file example be displayed preformatted --- docs/lcdexec.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/lcdexec.1 b/docs/lcdexec.1 index 41018ad..14c06df 100644 --- a/docs/lcdexec.1 +++ b/docs/lcdexec.1 @@ -72,7 +72,8 @@ The contents of the [lcdexec] section of this file should be as descriped in the In the configfile: .PP .DS - +.ft CW +.nf [lcdexec] MenuCommand="Eject CD-ROM, umount /cdrom; cdeject" SubMenu="Shutdown menu, sd" @@ -81,7 +82,8 @@ sd_MenuCommand="Reboot in 5 minutes, shutdown -r +5" sd_MenuCommand="Cancel shutdown/reboot, shutdown -c" sd_MenuCommand="Shutdown now, shutdown -h now" sd_MenuCommand="Reboot now, shutdown -r now" - +.ft R +.fi .DE .PP