diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:50:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:50:08 +0000 |
commit | b4d8413b855174aa89ce9d70afd54652e6ef53eb (patch) | |
tree | c32c591be2b88f6129b75e233b297deb57924bb7 /usr.bin/tip/tip.1 | |
parent | a6ddb286956dab32b638d65c6d6c10a6ffcbcee9 (diff) |
escape punctuation;
ok deraadt@
Diffstat (limited to 'usr.bin/tip/tip.1')
-rw-r--r-- | usr.bin/tip/tip.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index 03d1b54e512..a329c51804d 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.25 2003/06/10 09:12:12 jmc Exp $ +.\" $OpenBSD: tip.1,v 1.26 2003/09/02 18:50:07 jmc Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -390,7 +390,7 @@ as an argument to the set command displays all variables readable by the user. Alternatively, the user may request display of a particular variable by attaching a -.Ql ? +.Ql \&? to the end. For example, .Dq escape? @@ -399,7 +399,7 @@ displays the current escape character. Variables are numeric, string, character, or boolean values. Boolean variables are set merely by specifying their name; they may be reset by prepending a -.Ql ! +.Ql \&! to the name. Other variable types are set by concatenating an .Ql = |