diff --git a/en_US.ISO8859-1/books/handbook/basics/chapter.sgml b/en_US.ISO8859-1/books/handbook/basics/chapter.sgml index 0bd91452d0..547fefafb4 100644 --- a/en_US.ISO8859-1/books/handbook/basics/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/basics/chapter.sgml @@ -1025,13 +1025,13 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse Shells shells - command-line + command line 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 sh, the Bourne Shell, and tcsh, 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. - One common feature in a shell is file-name completion. Given + 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 Tab key on the keyboard. Here is