From c362dc235e1b893290623b28fe9eb9b50c8a270e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 10 Jan 2014 23:34:48 -0800 Subject: spec: fixup markup/formatting of the naming syntax section Use etc. tags instead of <> "" and [] pairs. Signed-off-by: Alan Coopersmith --- specs/fsproto.xml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/specs/fsproto.xml b/specs/fsproto.xml index 8172d15..a38e910 100644 --- a/specs/fsproto.xml +++ b/specs/fsproto.xml @@ -262,24 +262,24 @@ X Consortium. The following syntax should be used for TCP/IP names: - - <TCP name> ::= "tcp/" <hostname>":" <ipportnumber> ["/" <cataloguelist>] + TCP name ::= tcp/ hostname : ipportnumber / cataloguelist - -where <hostname> is either symbolic (such as expo.lcs.mit.edu) or numeric -decimal (such as 18.30.0.212). The <ipportnumber> is the port on -which the -font server is listening for connections. The <cataloguelist> string at +where hostname is either symbolic (such as +expo.lcs.mit.edu) or numeric +decimal (such as 18.30.0.212). +The ipportnumber is the port on which the +font server is listening for connections. +The cataloguelist string at the end is optional and specifies a plus-separated list of catalogues that may be requested. For example: - tcp/expo.lcs.mit.edu:8012/available+special tcp/18.30.0.212:7890 +
@@ -290,25 +290,26 @@ that may be requested. For example: The following syntax should be used for DECnet names: - + - <DECnet name> ::= "decnet/" <nodename> "::font$" <objname> - ["/" <cataloguelist>] + DECnet name ::= decnet/ nodename ::font$ objname / cataloguelist - -where <nodename> is either symbolic (such as SRVNOD) or the -numeric decimal -form of the DECnet address (such as 44.70). The <objname> is normal, -case-insensitive DECnet object name. The <cataloguelist> string + +where nodename is either symbolic (such as +SRVNOD) or the +numeric decimal form of the DECnet address (such as +44.70). +The objname is normal, case-insensitive DECnet +object name. The cataloguelist string at the end is optional and specifies a plus-separated list of catalogues that may be requested. For example: - DECNET/SRVNOD::FONT$DEFAULT/AVAILABLE decnet/44.70::font$other +
-- cgit v1.2.3