diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 22:14:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 22:14:44 +0000 |
commit | 741da2d2f4dd6091c93080f4edfffa157f26df50 (patch) | |
tree | cb79d3b313a6066ccd0693fc376f829151b56ef3 /distrib/special | |
parent | 5ebba3bcdd5f72b4465da531536951afe3fd543f (diff) |
put escapes in the right place;
(i.e. stuff I got wrong the first time, or missed)
this includes some .Cd's with missing quotes and .Nm abuse in man4;
Diffstat (limited to 'distrib/special')
-rw-r--r-- | distrib/special/more/more.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/more/more.1 b/distrib/special/more/more.1 index 7b5ff8b2793..7861f89e95b 100644 --- a/distrib/special/more/more.1 +++ b/distrib/special/more/more.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: more.1,v 1.6 2003/09/02 18:12:23 jmc Exp $ +.\" $OpenBSD: more.1,v 1.7 2003/09/04 22:14:42 jmc Exp $ .\" .\" Copyright (c) 1980 The Regents of the University of California. .\" All rights reserved. @@ -303,7 +303,7 @@ are flushed when the quit signal occurs. The terminal is set to .Dq noecho mode by this program so that the output can be continuous. -What you type will thus not show on your terminal, except for the / and ! +What you type will thus not show on your terminal, except for the / and !\& commands. .Pp If the standard output is not a teletype, then |