Changed (c) comments to HTML comments,
Added charset to content-type header, fixed one HTML validator error.
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
/*************************************************************************\
|
||||
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
|
||||
* National Laboratory.
|
||||
* Copyright (c) 2002 The Regents of the University of California, as
|
||||
* Operator of Los Alamos National Laboratory.
|
||||
* EPICS BASE Versions 3.13.7
|
||||
* and higher are distributed subject to a Software License Agreement found
|
||||
* in file LICENSE that is included with this distribution.
|
||||
\*************************************************************************/
|
||||
<!-- *********************************************************************** -->
|
||||
<!-- Copyright (c) 2002 The University of Chicago, as Operator of Argonne -->
|
||||
<!-- National Laboratory. -->
|
||||
<!-- Copyright (c) 2002 The Regents of the University of California, as -->
|
||||
<!-- Operator of Los Alamos National Laboratory. -->
|
||||
<!-- EPICS BASE Versions 3.13.7 and higher are distributed subject to a -->
|
||||
<!-- Software License Agreement found in the file LICENSE that is included -->
|
||||
<!-- with this distribution. -->
|
||||
<!-- *********************************************************************** -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>EPICS R3.14 Channel Access Reference Manual</title>
|
||||
</head>
|
||||
|
||||
@@ -902,8 +902,7 @@ callbacks will be called preemptively from more than one thread.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><p><code>PRIORITY</code></p>
|
||||
</dt>
|
||||
<dt><code>PRIORITY</code></dt>
|
||||
<dd>The priority level for dispatch within the server or network with 0
|
||||
specifying the lowest dispatch priority and 99 the highest. This
|
||||
parameter currently does not impact dispatch priorities within the
|
||||
|
||||
Reference in New Issue
Block a user