Author: branden Date: 2004-11-04 12:32:38 -0500 (Thu, 04 Nov 2004) New Revision: 2012
Modified: trunk/debian/CHANGESETS trunk/debian/local/Xsession.5 trunk/debian/local/xfs.options.5 Log: Fix more minor manpage markup problems. + Round up another unescaped hyphen. + Use .PP macros in favor of literal blank lines. (The .nf directive means "no fill", not "no formatting".) Modified: trunk/debian/CHANGESETS =================================================================== --- trunk/debian/CHANGESETS 2004-11-04 14:25:23 UTC (rev 2011) +++ trunk/debian/CHANGESETS 2004-11-04 17:32:38 UTC (rev 2012) @@ -219,7 +219,7 @@ 1973 Tidy up and make consistent all Debian-specific manpages. - 1964, 2002 + 1964, 2002, 2012 Use validate-posix-sh at build time to perform syntax check on generated maintainer scripts. Increase verbosity of validate-posix-sh warnings. Stop Modified: trunk/debian/local/Xsession.5 =================================================================== --- trunk/debian/local/Xsession.5 2004-11-04 14:25:23 UTC (rev 2011) +++ trunk/debian/local/Xsession.5 2004-11-04 17:32:38 UTC (rev 2012) @@ -16,7 +16,7 @@ .\" the Debian operating system, in /usr/share/common-licenses/GPL; if .\" not, write to the Free Software Foundation, Inc., 59 Temple Place, .\" Suite 330, Boston, MA 02111-1307 USA -.TH Xsession 5 "2004\-10\-31" "Debian Project" +.TH Xsession 5 "2004\-11\-04" "Debian Project" .SH NAME Xsession \- initialize X session .SH SYNOPSIS @@ -256,13 +256,13 @@ .nf SYSMODMAP="/etc/X11/Xmodmap" USRMODMAP="$HOME/.Xmodmap" - +.PP if [ \-x /usr/bin/X11/xmodmap ]; then if [ \-f "$SYSMODMAP" ]; then xmodmap "$SYSMODMAP" fi fi - +.PP if [ \-x /usr/bin/X11/xmodmap ]; then if [ \-f "$USRMODMAP" ]; then xmodmap "$USRMODMAP" Modified: trunk/debian/local/xfs.options.5 =================================================================== --- trunk/debian/local/xfs.options.5 2004-11-04 14:25:23 UTC (rev 2011) +++ trunk/debian/local/xfs.options.5 2004-11-04 17:32:38 UTC (rev 2012) @@ -15,7 +15,7 @@ .\" the Debian operating system, in /usr/share/common-licenses/GPL; if .\" not, write to the Free Software Foundation, Inc., 59 Temple Place, .\" Suite 330, Boston, MA 02111-1307 USA -.TH xfs.options 5 "2004\-10\-31" "Debian Project" +.TH xfs.options 5 "2004\-11\-04" "Debian Project" .SH NAME xfs.options \- configuration options for the X font server .SH DESCRIPTION @@ -56,7 +56,7 @@ .B xfs will be not be stopped or started during an upgrade of its package; the administrator will have to do so by hand (with -.B invoke-rc.d xfs restart +.B invoke\-rc.d xfs restart or by rebooting the system) before the newly installed .B xfs binary is used.