Deleted Added
full compact
release.ent (179456) release.ent (198114)
1<!-- -*- sgml -*-
2
1<!-- -*- sgml -*-
2
3 $FreeBSD: head/release/doc/share/sgml/release.ent 179456 2008-05-31 13:45:35Z hrs $
3 $FreeBSD: head/release/doc/share/sgml/release.ent 198114 2009-10-15 07:58:01Z hrs $
4
5 OS Release Information -->
6
7<!-- Version of the OS we're describing. This needs to be updated
8 with each new release. -->
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 "8.0-CURRENT">
9<!ENTITY release.current "9.0-CURRENT">
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. -->
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.0-RELEASE">
14<!ENTITY release.prev "8.0-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. -->
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.0-RELEASE">
19<!ENTITY release.prev.stable "8.0-RELEASE">
20
21<!-- The next version to be released, usually used for snapshots. -->
20
21<!-- The next version to be released, usually used for snapshots. -->
22<!ENTITY release.next "8.0-RELEASE">
22<!ENTITY release.next "9.0-RELEASE">
23
24<!-- The name of this branch. -->
23
24<!-- The name of this branch. -->
25<!ENTITY release.branch "8-CURRENT">
25<!ENTITY release.branch "9-CURRENT">
26
27<!-- The URL for obtaining this version of FreeBSD. -->
28<!ENTITY release.url "http://www.FreeBSD.org/snapshots/">
29
30<!-- The type of release (usually this will be either "snapshot"
31 or "release" -->
32<!ENTITY release.type "snapshot">
33<!ENTITY % release.type.current "INCLUDE">
34<!ENTITY % release.type.snapshot "IGNORE">
35<!ENTITY % release.type.release "IGNORE">
36
37<!-- The manpaths for man page references -->
38<!ENTITY release.man.url "http://www.FreeBSD.org/cgi/man.cgi">
26
27<!-- The URL for obtaining this version of FreeBSD. -->
28<!ENTITY release.url "http://www.FreeBSD.org/snapshots/">
29
30<!-- The type of release (usually this will be either "snapshot"
31 or "release" -->
32<!ENTITY release.type "snapshot">
33<!ENTITY % release.type.current "INCLUDE">
34<!ENTITY % release.type.snapshot "IGNORE">
35<!ENTITY % release.type.release "IGNORE">
36
37<!-- The manpaths for man page references -->
38<!ENTITY release.man.url "http://www.FreeBSD.org/cgi/man.cgi">
39<!ENTITY release.manpath.xfree86 "4.5.0">
40<!ENTITY release.manpath.xorg "7.2">
41<!ENTITY release.manpath.netbsd "3.0">
39<!ENTITY release.manpath.xorg "7.4">
40<!ENTITY release.manpath.netbsd "5.0.1">
42<!ENTITY release.manpath.freebsd-ports "Ports">
41<!ENTITY release.manpath.freebsd-ports "Ports">
43<!ENTITY release.manpath.freebsd "8-current">
42<!ENTITY release.manpath.freebsd "9-current">
44
45<!-- Text constants which probably don't need to be changed.-->
46
47<!-- Name of our OS. This is almost certainly going to remain
48 FreeBSD, but we might want to try to do some other formatting or
49 other fancy markup on it in the future. -->
50<!ENTITY os "FreeBSD">
51

--- 13 unchanged lines hidden ---
43
44<!-- Text constants which probably don't need to be changed.-->
45
46<!-- Name of our OS. This is almost certainly going to remain
47 FreeBSD, but we might want to try to do some other formatting or
48 other fancy markup on it in the future. -->
49<!ENTITY os "FreeBSD">
50

--- 13 unchanged lines hidden ---