diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-28 11:35:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-28 11:35:18 +0000 |
commit | 29f41b41ddf2f301cdee93c2f2d6fe93bcf0e0c2 (patch) | |
tree | 0f956f944ce2f5d3a22bd009bf9397e05a9b00b4 /usr.bin/sed | |
parent | 27d258d05725fbf53a368d662afc2a7d5b54bae3 (diff) |
use \& block on : in macro; ross
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index e2b2e956063..86d5e49d4bf 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sed.1,v 1.5 1998/09/27 16:57:52 aaron Exp $ +.\" $OpenBSD: sed.1,v 1.6 1998/12/28 11:35:17 deraadt Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -432,7 +432,7 @@ is still considered to have been a replacement. .sp .It [2addr]t [label] Branch to the -.Dq : +.Dq \&: function bearing the label if any substitutions have been made since the most recent reading of an input line or execution of a .Dq t |