type in ^ directly, instead of \(ua which isn't in all the fonts
This commit is contained in:
parent
ee869b65aa
commit
0271045b3e
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: csh.1,v 1.32 2001/12/12 13:10:44 wiz Exp $
|
||||
.\" $NetBSD: csh.1,v 1.33 2002/02/06 12:51:13 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -1884,7 +1884,7 @@ Enable file name completion.
|
|||
Can be given a string value to change the characters used in history
|
||||
substitution. The first character of its value is used as the
|
||||
history substitution character, replacing the default character `!'.
|
||||
The second character of its value replaces the character `\(ua' in
|
||||
The second character of its value replaces the character `^' in
|
||||
quick substitutions.
|
||||
.It Ic histfile
|
||||
Can be set to the pathname where history is going to be saved/restored.
|
||||
|
|
Loading…
Reference in New Issue