summaryrefslogtreecommitdiff
path: root/bin/csh/USD.doc/csh.g
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/USD.doc/csh.g')
-rw-r--r--bin/csh/USD.doc/csh.g10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/csh/USD.doc/csh.g b/bin/csh/USD.doc/csh.g
index fbe9c248e03..5f8aad2e8a6 100644
--- a/bin/csh/USD.doc/csh.g
+++ b/bin/csh/USD.doc/csh.g
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.g,v 1.2 1996/06/23 14:19:40 deraadt Exp $
+.\" $OpenBSD: csh.g,v 1.3 1997/11/15 21:51:33 todd Exp $
.\" $NetBSD: csh.g,v 1.3 1995/03/21 09:03:42 cgd Exp $
.\"
.\" Copyright (c) 1980, 1993
@@ -236,7 +236,7 @@ Details are given in the shell documentation `csh (1)' (3.7).
.IP cat
The
.I cat
-program catenates a list of specified files on the
+program concatenates a list of specified files on the
.I "standard output" .
It is usually used to look at the contents of a single file on the terminal,
to `cat a file' (1.8, 2.3).
@@ -428,7 +428,7 @@ An error message produced by a program is often referred to as a
Most error messages are not written to the
.I "standard output" ,
since that is often directed away from the terminal (1.3, 1.5).
-Error messsages are instead written to the
+Error messages are instead written to the
.I "diagnostic output"
which may be directed away from the terminal, but usually is not.
Thus
@@ -1058,7 +1058,7 @@ The program
writes a file on your terminal allowing you to control how much text
is displayed at a time.
.I More
-can move through the file screenful by screenful, line by line,
+can move through the file screen-full by screen-full, line by line,
search forward for a string, or start again at the beginning of the file.
It is generally the easiest way of viewing a file (1.8).
.IP noclobber
@@ -1508,7 +1508,7 @@ The shell variable
is set to the
.I status
returned by the last command.
-It is most useful in shell commmand scripts (3.6).
+It is most useful in shell command scripts (3.6).
.IP stop
The
.I stop