diff options
author | 1997-03-26 02:43:17 +0000 | |
---|---|---|
committer | 1997-03-26 02:43:17 +0000 | |
commit | c8fbd9b99f431a2700feae83e6edf39f5fc9dcb4 (patch) | |
tree | 19e1596f018b7dd8ce8b170de07ac687d6aa0027 | |
parent | fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + more (diff) | |
download | wireguard-openbsd-c8fbd9b99f431a2700feae83e6edf39f5fc9dcb4.tar.xz wireguard-openbsd-c8fbd9b99f431a2700feae83e6edf39f5fc9dcb4.zip |
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 |