Unbreak Web build by defining &a.majordomo; and &a.standards; in this
file. Web documents don't have an equivalent (yet) to mailing-lists.ent for FDP DocBook documents.
This commit is contained in:
parent
8410a4aef3
commit
68bcabb530
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12769
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.1 2002/04/12 05:53:56 murray Exp $">
|
||||
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
|
||||
<!ENTITY email 'standards'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -29,6 +29,10 @@
|
|||
<!ENTITY man.scanf.3 "<a href='http://www.freebsd.org/cgi/man.cgi?query=scanf&sektion=3'>scanf(3)</a>">
|
||||
<!ENTITY man.strtod.3 "<a href='http://www.freebsd.org/cgi/man.cgi?query=strtod&sektion=3'>strtod(3)</a>">
|
||||
<!ENTITY man.printf.9 "<a href='http://www.freebsd.org/cgi/man.cgi?query=printf&sektion=9'>printf(9)</a>">
|
||||
|
||||
<!-- XXX: from doc/en_US.ISO8859-1/share/sgml/mailing-lists.ent -->
|
||||
<!ENTITY a.majordomo "<a href='mailto:majordomo@FreeBSD.org'>majordomo@FreeBSD.org</a>">
|
||||
<!ENTITY a.standards "<a href='mailto:freebsd-standards@FreeBSD.org'>freebsd-standards@FreeBSD.org</a>">
|
||||
]>
|
||||
|
||||
<html>
|
||||
|
|
Loading…
Reference in a new issue