]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - release/doc/share/sgml/release.ent
Update various entities required by release notes.
[FreeBSD/releng/7.2.git] / release / doc / share / sgml / release.ent
1 <!-- -*- sgml -*-
2
3      $FreeBSD$
4
5      OS Release Information -->
6
7 <!-- Version of the OS we're describing.  This needs to be updated
8      with each new release. -->
9 <!ENTITY release.current "7.2-RELEASE">
10
11 <!-- The previous version used for comparison in the "What's New"
12      section.  For -CURRENT, we might point back to the last
13      branchpoint. -->
14 <!ENTITY release.prev "7.1-RELEASE">
15
16 <!-- The previous stable release, useful for pointing user's at the
17      release they SHOULD be running if they don't want the bleeding
18      edge. -->
19 <!ENTITY release.prev.stable "7.1-RELEASE">
20
21 <!-- The name of this branch. -->
22 <!ENTITY release.branch "7.2-STABLE">
23
24 <!-- The URL for obtaining this version of FreeBSD. -->
25 <!ENTITY release.url "ftp://ftp.FreeBSD.org/">
26
27 <!-- The type of release (usually this will be either "snapshot"
28      or "release" -->
29 <!ENTITY release.type "release">
30 <!ENTITY % release.type.current  "IGNORE">
31 <!ENTITY % release.type.snapshot "IGNORE">
32 <!ENTITY % release.type.release "INCLUDE">
33
34 <!-- The manpaths for man page references -->
35 <!ENTITY release.man.url "http://www.FreeBSD.org/cgi/man.cgi">
36 <!ENTITY release.manpath.xorg          "7.4">
37 <!ENTITY release.manpath.netbsd        "4.0.1">
38 <!ENTITY release.manpath.freebsd-ports "Ports">
39 <!ENTITY release.manpath.freebsd       "7.2-RELEASE">
40
41 <!-- Text constants which probably don't need to be changed.-->
42
43 <!-- Name of our OS.  This is almost certainly going to remain
44      FreeBSD, but we might want to try to do some other formatting or
45      other fancy markup on it in the future. -->
46 <!ENTITY os "FreeBSD">
47
48 <!-- Architecture names -->
49 <!ENTITY arch.amd64 "amd64">
50 <!ENTITY arch.arm "arm">
51 <!ENTITY arch.i386 "i386">
52 <!ENTITY arch.ia64 "ia64">
53 <!ENTITY arch.pc98 "pc98">
54 <!ENTITY arch.powerpc "powerpc">
55 <!ENTITY arch.sparc64 "sparc64">
56 <!ENTITY arch.sun4v "sun4v">