Document the ~. and ~? command escapes.

This commit is contained in:
Mike Heffner 2003-01-09 01:08:33 +00:00
parent 2f28543e59
commit 92739f56c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108978

View File

@ -852,6 +852,10 @@ Execute the given
.Nm
command.
Not all commands, however, are allowed.
.It Ic ~.
Simulate end-of-file on input.
.It Ic ~?
Print a summary of the available command escapes.
.It Ic ~~ Ar string
Insert the string of text in the message prefaced by a single
.Ql ~ .