diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:12:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:12:24 +0000 |
commit | 32904e349cd9ea3e652471f0ef5c503b06e8dca8 (patch) | |
tree | 8e48183b9081e1ad0355efb7c6f4930c07278f18 /distrib/special | |
parent | 8f96f08095d0c04cd238a3e1afcff3e5a840f84c (diff) |
escape punctuation;
ok deraadt@
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 4523c5ce94f..7b5ff8b2793 100644 --- a/distrib/special/more/more.1 +++ b/distrib/special/more/more.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: more.1,v 1.5 2003/06/04 03:26:59 millert Exp $ +.\" $OpenBSD: more.1,v 1.6 2003/09/02 18:12:23 jmc Exp $ .\" .\" Copyright (c) 1980 The Regents of the University of California. .\" All rights reserved. @@ -242,7 +242,7 @@ Invoke a shell with The characters .Sq % and -.Sq ! +.Sq \&! in .Ar command are replaced with the current file name and the previous shell command |