make lcdexec.1 config file example be displayed preformatted

This commit is contained in:
marschap
2005-05-21 16:06:44 +00:00
parent 9ead481dbb
commit 7049e621c7
+4 -2
View File
@@ -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