diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-15 17:37:31 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-15 17:37:31 +0000 |
| commit | 12e720d78bf94de3b7f64be5f7fd7bced7c19b75 (patch) | |
| tree | 4835618eef3d67608a289aa76509767bf890c972 /bin/sh | |
| parent | e0913a2c442fb7f44d978791c07fce9fdb3abb47 (diff) | |
Notes
Diffstat (limited to 'bin/sh')
| -rw-r--r-- | bin/sh/sh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 43ba25008943..4cbf0a9a94b5 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -674,7 +674,7 @@ to the standard input of .Ql command2 . .Pp A -.Dq Li \; +.Dq Li \&; or newline terminator causes the preceding AND-OR-list (described below in the section called @@ -1260,7 +1260,7 @@ The character class may be complemented by making an exclamation point the first character of the character class. .Pp To include a -.Dq Li \] +.Dq Li \&] in a character class, make it the first character listed (after the .Dq Li ! , |
