Update Question 7.8:

- Mark up shells with <command>
- Fix markup of ps(1)

Approved by:	gabor (mentor)
This commit is contained in:
Gabor Pali 2008-06-03 16:16:04 +00:00
parent 60c4e27601
commit e10182061d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32143

View file

@ -4487,11 +4487,11 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
many of these requirements simultaneously as we can. In order to
keep <command>/bin/sh</command> small, we have not provided many
of the convenience features that other shells have. That is why the
Ports Collection includes more featureful shells like bash, scsh,
tcsh, and zsh. (You can compare for yourself the memory
Ports Collection includes more featureful shells like <command>bash</command>, <command>scsh</command>,
<command>tcsh</command>, and <command>zsh</command>. (You can compare for yourself the memory
utilization of all these shells by looking at the
<quote>VSZ</quote> and <quote>RSS</quote> columns in a <command>ps
-u</command> listing.)</para>
<quote>VSZ</quote> and <quote>RSS</quote> columns in a
<command>ps <option>-u</option></command> listing.)</para>
</answer>
</qandaentry>