diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1997-11-15 21:51:34 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1997-11-15 21:51:34 +0000 |
commit | 9884a4e00c5657b271d46b377d552a0131f751e6 (patch) | |
tree | 0e881002779f355f1ac806db847601d26a458929 /bin/csh/csh.1 | |
parent | a4bbc1ba8bb5cd669465805bc531052ff058b9fc (diff) |
spelling
Diffstat (limited to 'bin/csh/csh.1')
-rw-r--r-- | bin/csh/csh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 465515f4253..62e09e89845 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.4 1997/05/30 09:12:49 deraadt Exp $ +.\" $OpenBSD: csh.1,v 1.5 1997/11/15 21:51:26 todd Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -818,7 +818,7 @@ only part of a word, even if the command outputs a complete line. .Ss Filename substitution If a word contains any of the characters `*', `?', `[' or `{' or begins with the character `~', then that word is a candidate for -filename substitution, also known as `globbing'. +filename substitution, also known as `gobbing'. This word is then regarded as a pattern, and replaced with an alphabetically sorted list of file names that match the pattern. In a list of words specifying filename substitution it is an error for |