Correct a few places where ';' was used instead of ':' above samples.
Inspired by: a patch by Priit Piipuu <priit@bsd.ee>
This commit is contained in:
parent
fff8b480df
commit
cc006c5ed9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12312
6 changed files with 11 additions and 11 deletions
|
|
@ -756,7 +756,7 @@
|
|||
you can interactively see what your computer is doing.</para>
|
||||
|
||||
<para>By default, &man.ps.1; only shows you the commands that are running
|
||||
and are owned by you. For example;</para>
|
||||
and are owned by you. For example:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>ps</userinput>
|
||||
PID TT STAT TIME COMMAND
|
||||
|
|
@ -802,7 +802,7 @@
|
|||
screen.</para>
|
||||
|
||||
<para>The output from &man.top.1; is similar. A sample session looks like
|
||||
this;</para>
|
||||
this:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>top</userinput>
|
||||
last pid: 72257; load averages: 0.13, 0.09, 0.03 up 0+13:38:33 22:39:10
|
||||
|
|
|
|||
|
|
@ -5002,7 +5002,7 @@ Please press any key to reboot.</screen>
|
|||
FreeBSD installation media and/or source. This might be physical media,
|
||||
such as a tape, or a source that <application>Sysinstall</application>
|
||||
can use to retrieve the files, such as a local FTP site, or an MS-DOS
|
||||
partition. For example;</para>
|
||||
partition. For example:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
|
@ -5198,7 +5198,7 @@ Please press any key to reboot.</screen>
|
|||
of an online FTP install or CDROM install. The installation
|
||||
program expects the files to be simply tarred onto the tape.
|
||||
After getting all of the distribution files you are interested
|
||||
in, simply tar them onto the tape;</para>
|
||||
in, simply tar them onto the tape:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /freebsd/distdir</userinput>
|
||||
&prompt.root; <userinput>tar cvf /dev/rwt0 dist1 ... dist2</userinput></screen>
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@ libc.so.4 (DLL Jump 4.5pl26) => /lib/libc.so.4.6.29</screen>
|
|||
|
||||
<para>ELF binaries sometimes require an extra step of
|
||||
<quote>branding</quote>. If you attempt to run an unbranded ELF
|
||||
binary, you will get an error message like the following;</para>
|
||||
binary, you will get an error message like the following:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>./my-linux-elf-binary</userinput>
|
||||
ELF binary type not known
|
||||
|
|
@ -1582,7 +1582,7 @@ Shell: /bin/sh</programlisting>
|
|||
entries from <emphasis>00</emphasis> to
|
||||
<emphasis>99</emphasis> for <emphasis>dp</emphasis>,
|
||||
<emphasis>gw</emphasis>, <emphasis>sp</emphasis> and
|
||||
<emphasis>ms</emphasis>);</para>
|
||||
<emphasis>ms</emphasis>):</para>
|
||||
|
||||
<programlisting>sapdp00 3200/tcp # SAP Dispatcher. 3200 + Instance-Number
|
||||
sapgw00 3300/tcp # SAP Gateway. 3300 + Instance-Number
|
||||
|
|
|
|||
|
|
@ -3905,7 +3905,7 @@ doc/zh_TW.Big5</screen>
|
|||
<sect1 id="mirrors-afs">
|
||||
<title>AFS Sites</title>
|
||||
|
||||
<para>AFS servers for FreeBSD are running at the following sites;</para>
|
||||
<para>AFS servers for FreeBSD are running at the following sites:</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/policies/chapter.sgml,v 1.23 2001/08/09 23:42:32 chern Exp $
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<chapter id="policies">
|
||||
|
|
@ -291,7 +291,7 @@ obrien@FreeBSD.org - 30 March 1997</programlisting>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Kernel files;</para>
|
||||
<para>Kernel files:</para>
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
|
|
@ -315,7 +315,7 @@ obrien@FreeBSD.org - 30 March 1997</programlisting>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>User-land files;</para>
|
||||
<para>User-land files:</para>
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
|
|
|
|||
|
|
@ -2148,7 +2148,7 @@ raisechar=^^</programlisting>
|
|||
|
||||
<para>When you start your FreeBSD box, the boot blocks will echo the
|
||||
contents of <filename>/boot.config</filename> to the console. For
|
||||
example;</para>
|
||||
example:</para>
|
||||
|
||||
<screen>/boot.config: -P
|
||||
Keyboard: no</screen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue