mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-17 00:15:31 +00:00
65 lines
2.5 KiB
HTML
65 lines
2.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Mini-XML Programmers Manual, Version 2.1</TITLE>
|
|
<META NAME="author" CONTENT="Michael Sweet">
|
|
<META NAME="copyright" CONTENT="Copyright 2003-2004">
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
|
<LINK REL="Start" HREF="index.html">
|
|
<LINK REL="Contents" HREF="toc.html">
|
|
<LINK REL="Prev" HREF="OrganizationofThisDocument.html">
|
|
<LINK REL="Next" HREF="Abbreviations.html">
|
|
<STYLE TYPE="text/css"><!--
|
|
BODY { font-family: serif }
|
|
H1 { font-family: sans-serif }
|
|
H2 { font-family: sans-serif }
|
|
H3 { font-family: sans-serif }
|
|
H4 { font-family: sans-serif }
|
|
H5 { font-family: sans-serif }
|
|
H6 { font-family: sans-serif }
|
|
SUB { font-size: smaller }
|
|
SUP { font-size: smaller }
|
|
PRE { font-family: monospace }
|
|
--></STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<A HREF="toc.html">Contents</A>
|
|
<A HREF="OrganizationofThisDocument.html">Previous</A>
|
|
<A HREF="Abbreviations.html">Next</A>
|
|
<HR NOSHADE>
|
|
<H2><A NAME="1_4">Notation Conventions</A></H2>
|
|
<P>Various font and syntax conventions are used in this guide. Examples
|
|
and their meanings and uses are explained below:</P>
|
|
<CENTER>
|
|
<TABLE width="80%">
|
|
<TR><TH>Example</TH><TD> </TD><TH>Description</TH></TR>
|
|
<TR><TD colspan="3"> </TD></TR>
|
|
<TR valign="top"><TD><CODE>lpstat</CODE>
|
|
<BR> <CODE>lpstat(1)</CODE></TD><TD> </TD><TD>The names of commands;
|
|
the first mention of a command or function in a chapter is followed by
|
|
a manual page section number.</TD></TR>
|
|
<TR><TD colspan="3"> </TD></TR>
|
|
<TR valign="top"><TD><VAR>/var</VAR>
|
|
<BR><VAR> /usr/share/cups/data/testprint.ps</VAR></TD><TD> </TD><TD>
|
|
File and directory names.</TD></TR>
|
|
<TR><TD colspan="3"> </TD></TR>
|
|
<TR valign="top"><TD nowrap><TT>Request ID is Printer-123</TT></TD><TD>
|
|
</TD><TD>Screen output.</TD></TR>
|
|
<TR><TD colspan="3"> </TD></TR>
|
|
<TR valign="top"><TD nowrap><KBD>lp -d printer filename ENTER</KBD></TD><TD>
|
|
</TD><TD>Literal user input; special keys like <KBD>ENTER</KBD> are
|
|
in ALL CAPS.</TD></TR>
|
|
<TR><TD colspan="3"> </TD></TR>
|
|
<TR valign="top"><TD>12.3</TD><TD> </TD><TD>Numbers in the text are
|
|
written using the period (.) to indicate the decimal point.</TD></TR>
|
|
</TABLE>
|
|
</CENTER>
|
|
|
|
<!-- NEED 4in -->
|
|
<HR NOSHADE>
|
|
<A HREF="toc.html">Contents</A>
|
|
<A HREF="OrganizationofThisDocument.html">Previous</A>
|
|
<A HREF="Abbreviations.html">Next</A>
|
|
</BODY>
|
|
</HTML>
|