Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 1998 14:52:32 -0700 (PDT)
From:      Nik Clayton <nik@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: doc/en/handbook README handbook.sgml
Message-ID:  <199810212152.OAA06922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nik         1998/10/21 14:52:32 PDT

  Modified files:
    en/handbook          README handbook.sgml 
  Log:
  Some paragraphs have leading space(s). E.g.,
  
     <para>  There is some leading space here.</para>
  
  Get rid of it, doing an emacs search/replace for
  
      <para> +\([^ ]\)
  
  and replacing with
  
      <para>\1
  
  This can be done globally.
  
  Revision  Changes    Path
  1.36      +13 -0     doc/en/handbook/README
  1.35      +185 -185  doc/en/handbook/handbook.sgml

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810212152.OAA06922>