diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 02:43:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 02:43:18 +0000 |
commit | 2aefe8c5d214f6e46575d9aa293b41f17a8e98b1 (patch) | |
tree | e62754540d4e0b18487576ba5fb96290f7dcb940 | |
parent | ed53cb80bf5ec2960492e322855cf507594df618 (diff) |
show a backslash properly; david@mono.org
-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 2bc76a969ad..4e6cf88ef65 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sed.1,v 1.2 1996/06/26 05:39:08 deraadt Exp $ +.\" $OpenBSD: sed.1,v 1.3 1997/03/26 02:43:17 deraadt Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -326,7 +326,7 @@ This form is as follows: .sp .Bl -tag -width "carriage-returnXX" -offset indent -compact .It backslash -\e +\e\e .It alert \ea .It form-feed |