From: Cynthia A. E. Livingston Date: Wed, 31 Jul 1991 08:20:49 +0000 (-0800) Subject: make groff, escape ?' with \&?' X-Git-Tag: BSD-4_4-Snapshot-Development~9688 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/a13c8c09b4919f27a799abe0ed2fdc3aad1b4878?hp=c0faa922fdbddd6272cdf2af77168fa793ca29e0 make groff, escape ?' with \&?' SCCS-vsn: bin/csh/csh.1 6.18 --- diff --git a/usr/src/bin/csh/csh.1 b/usr/src/bin/csh/csh.1 index 4ae69494b4..b4d9f79653 100644 --- a/usr/src/bin/csh/csh.1 +++ b/usr/src/bin/csh/csh.1 @@ -3,7 +3,7 @@ .\" .\" %sccs.include.redist.man% .\" -.\" @(#)csh.1 6.17 (Berkeley) %G% +.\" @(#)csh.1 6.18 (Berkeley) %G% .\" .Dd .Dt CSH 1 @@ -469,7 +469,7 @@ The basic word designators are: .It \&0 first (command) word .It Ar n -.Ar n Ns \'th +.Ar n Ns 'th argument .It \*(ua first argument, i.e. `1' @@ -477,7 +477,7 @@ first argument, i.e. `1' last argument .It % word matched by (immediately preceding) -.No \&? Ns Ar s Ns \? +.No \&? Ns Ar s Ns \&? search .It Ar \&x\-y range of words @@ -551,9 +551,8 @@ uses the previous string either from a or from a contextual scan string .Ar s -in `!? -.Ar s -\?'. +in +.No \&`!? Ns Ar s Ns \e?' . The trailing delimiter in the substitution may be omitted if a newline follows immediately as may the trailing `?' in a contextual scan. .Pp