Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 1998 01:53:54 -0700 (PDT)
From:      Nik Clayton <nik@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: doc/en/handbook handbook.sgml README
Message-ID:  <199808030853.BAA23795@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

nik         1998/08/03 01:53:54 PDT

  Modified files:
    en/handbook          handbook.sgml README 
  Log:
  Convert things that look like man page references (i.e.,
  command(number)) from the variety of different existing markup
  (which included <command>, <emphasis>, and <ulink>s to man2html
  CGI scripts) to a common format, which is
  
      <citerefentry>
        <refentrytitle>command</refentrytitle>
        <manvolnum>number</manvolnum>
      </citerefentry>
  
  although in the interests of keeping the changes as simple as possible
  for the translators, the above was flattened on to one line.
  
  Revision  Changes    Path
  1.24      +170 -188  doc/en/handbook/handbook.sgml
  1.25      +20 -0     doc/en/handbook/README



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