diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-03-04 07:41:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-03-04 07:41:19 +0000 |
commit | d090ded1bfaa31f95eceb0f8322a68ff29694131 (patch) | |
tree | 837ec6e9f3659142629d5ad9a06859058ecb3c46 /bin/csh | |
parent | 8263f1d70330d36312ff1565506cacf230d3870d (diff) |
from wiz@netbsd, -r1.44:
Log Message:
Remove weird backslash that somehow must have crept in.
Found by joerg and mdocml.
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/csh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index ee343b9dec7..9220d2f2c16 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.58 2008/05/17 23:31:52 sobrado Exp $ +.\" $OpenBSD: csh.1,v 1.59 2009/03/04 07:41:18 jmc Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 .\" -.Dd $Mdocdate: May 17 2008 $ +.Dd $Mdocdate: March 4 2009 $ .Dt CSH 1 .Os .Sh NAME @@ -597,7 +597,7 @@ For definiteness, consider the following output from the .Ic history command: .Bd -literal -offset indent -\09 write michael +09 write michael 10 ex write.c 11 cat oldwrite.c 12 diff *write.c |