| 知乎专栏 | 
<para> <application>Word Perfect</application> is one of several word processors to claim support for <acronym>SGML</acronym>. </para>
Word Perfect is one of several word processors to claim support for SGML .
<para> The <acronym>IRQ</acronym> of the <hardware>SCSI Controller</hardware> can be set to 7, 11, or 15. The factory default setting is 7. </para>
The IRQ of the SCSI Controller can be set to 7, 11, or 15. The factory default setting is 7.
<para> The <database>ProjectStatus</database> database has been updated. Please note that <database class='field'>Year</database> has been extended to four digits. </para>
The ProjectStatus database has been updated. Please note that Year has been extended to four digits.
			
<funcprototype>
  <funcdef>void <function>sort</function></funcdef>
    <paramdef>int *<parameter>arr</parameter>[]</paramdef>
    <paramdef>int <parameter>(* comp)</parameter>
      <funcparams>int *, int *</funcparams></paramdef>
</funcprototype>			
			
			
			| 
					void
					sort
				( | arr, | |
| (* comp) ); | 
					int *
					arr
					[]
				;
					int
					(* comp)
					(int *, int *)
				;<para> All user-interface components must be descendants of the <classname>Widget</classname> class. </para>
				All user-interface components must be descendants of the
				Widget
				class.
			
<para> In Perl, <varname>@ARGV</varname> contains the command line parameters used when the script was run. </para>
				In Perl,
				@ARGV
				contains the command line parameters
				used when the script was run.
			
<synopsis> chgrp [-R [-H | -L | -P]] [-f] group file... </synopsis>
chgrp [-R [-H | -L | -P]] [-f] group file...
<para> In ACL, <constant>main::PCS</constant> contains the path component separator character. </para> <para> The maximum legal length for a path name is <constant class='limit'>PATH_MAX</constant>, defined in <filename class='headerfile'>limits.h</filename>. </para>
				In ACL,
				main::PCS
				contains the path component
				separator character.
			
				The maximum legal length for a path name is
				PATH_MAX
				, defined in
				limits.h
				.
			
<para> In <acronym>UNIX</acronym>, <command>ls</command> is used to get a directory listing. </para>
In UNIX , ls is used to get a directory listing.
<para> Using the <parameter class='command'>/w</parameter> parameter on the DOS <command>dir</command> command prints a wide directory listing. </para>
				Using the
				/w
				parameter on the
				DOS
				dir
				command prints a wide directory listing.
			
<para> In order to translate public identifiers into local system identifiers, <application>Jade</application> and <application>SP</application> read the catalog files pointed to by <envar>SGML_CATALOG_FILES</envar>. </para>
				In order to translate public identifiers into local system identifiers,
				Jade
				and
				SP
				read the catalog files
				pointed to by
				SGML_CATALOG_FILES
				.
			
<para> Enter your user name when the system presents the <prompt>login:</prompt> prompt. </para>
				Enter your user name when the system presents the
				login:
				prompt.
			
<para> At the system prompt, enter <userinput>xyzzy</userinput> to gain supervisor access to the system. </para>
				At the system prompt, enter
				xyzzy
				to gain
				supervisor access to the system.
			
<para> For many years, O'Reilly's primary web server, <ulink url="http://www.oreilly.com/">http://www.oreilly.com/</ulink>, was hosted by <application>WN</application> on <systemitem class="systemname">helio.oreilly.com</systemitem>. </para>
				For many years, O'Reilly's primary web server,
				http://www.oreilly.com/
				,
				was hosted by
				WN
				on
				helio.oreilly.com
				.
			
<para> The symbolic constants for error numbers are defined in <filename class='headerfile'>errno.h</filename> in <filename class='directory'>/usr/include/sys</filename>. </para>
				The symbolic constants for error numbers are defined in
				errno.h
				in
				/usr/include/sys
				.
			
			
<cmdsynopsis>
  <command>cd</command>
  <arg choice='req'><replaceable>directory</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
  <command>cal</command>
  <arg>-j</arg>
  <arg>-y</arg>
  <arg>month <arg>year</arg></arg>
</cmdsynopsis>
<cmdsynopsis>
  <command>chgrp</command>
  <arg>-R
    <group>
      <arg>-H</arg>
      <arg>-L</arg>
      <arg>-P</arg>
    </group>
  </arg>
  <arg>-f</arg>
  <arg choice='plain'><replaceable>group</replaceable></arg>
  <arg rep='repeat' choice='plain'><replaceable>file</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
  <command>emacs</command>
  <arg>-t <replaceable>file</replaceable></arg>
  <arg>-q</arg>
  <arg>-u <replaceable>user</replaceable></arg>
  <arg>+<replaceable>number</replaceable></arg>
  <arg rep='repeat'>-f <replaceable>function</replaceable></arg>
  <sbr/>
  <arg rep='repeat'>-l <replaceable>file</replaceable></arg>
  <arg rep='repeat' choice='plain'><replaceable>file</replaceable></arg>
</cmdsynopsis>
			
			
			
				cd 
				 {
					directory
				}
			
				cal 
				 [-j]
				 [-y]
				 [
					month
					[year]
				]
			
				chgrp 
				 [
					-R
					[
						[-H]
						 |  [-L]
						 |  [-P]
					]
				]
				 [-f]
				  
					group
				 
				  
					file
				... 
			
				emacs 
				 [
					-t
					file
				]
				 [-q]
				 [
					-u
					user
				]
				 [
					+
					number
				]
				 [
					-f
					function
				...]
				
				 [
					-l
					file
				...]
				  
					file
				... 
			
<para> The <option>-a</option> option on the <acronym>UNIX</acronym> <command>ls</command> command or the <option>/r</option> option on the <acronym>DOS</acronym> <command>attrib</command> command, for example. </para> <synopsis> ls <optional><option>-abcCdfFgilLmnopqrRstux1</option></optional> <optional>names</optional> </synopsis>
				The
				-a
				option on the
				UNIX
				ls
				command or the
				/r
				option on the
				DOS
				attrib
				command, for example.
			
				ls
				[
					-abcCdfFgilLmnopqrRstux1
				]
				[names]