Various typo fixes (and an extra one while I'm here).
PR: docs/39058 Submitted by: Marc Fonvieille <marc@blackend.org>
This commit is contained in:
parent
be330c1d28
commit
175491812b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13350
1 changed files with 4 additions and 4 deletions
|
|
@ -1025,13 +1025,13 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
|||
<sect1 id="shells">
|
||||
<title>Shells</title>
|
||||
<indexterm><primary>shells</primary></indexterm>
|
||||
<indexterm><primary>command-line</primary></indexterm>
|
||||
<indexterm><primary>command line</primary></indexterm>
|
||||
|
||||
<para>In FreeBSD, a lot of everyday work is done in a command line
|
||||
interface called a shell. A shell's main job is to take commands
|
||||
from the input channel and execute them. A lot of shells also have
|
||||
built in functions to help everyday tasks such a file management,
|
||||
file globing, command line editing, command macros, and environment
|
||||
built in functions to help everyday tasks such as file management,
|
||||
file globbing, command line editing, command macros, and environment
|
||||
variables. FreeBSD comes with a set of shells, such as
|
||||
<command>sh</command>, the Bourne Shell, and <command>tcsh</command>,
|
||||
the improved C-shell. Many other shells are available
|
||||
|
|
@ -1047,7 +1047,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
|||
preferred working environment, and that you have a choice of what
|
||||
shell to use.</para>
|
||||
|
||||
<para>One common feature in a shell is file-name completion. Given
|
||||
<para>One common feature in a shell is filename completion. Given
|
||||
the typing of the first few letters of a command or filename, you
|
||||
can usually have the shell automatically complete the rest of the
|
||||
command or filename by hitting the <keycap>Tab</keycap> key on the keyboard. Here is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue