diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-10-16 09:29:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-10-16 09:29:05 +0000 |
commit | 03c833db7605d9fd64cb0051baf2298d4f7b77f5 (patch) | |
tree | a806e90c600752bcb8223242ff0d926bc5a4941f /usr.bin/sed | |
parent | b3ec8aa61e366df87484f6ae5b44478064bcb053 (diff) |
double word fixes; from varik valefor
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 87a5d04aa4a..fba617afa73 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sed.1,v 1.58 2018/12/10 17:12:24 schwarze Exp $ +.\" $OpenBSD: sed.1,v 1.59 2020/10/16 09:29:04 jmc Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)sed.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: December 10 2018 $ +.Dd $Mdocdate: October 16 2020 $ .Dt SED 1 .Os .Sh NAME @@ -427,7 +427,7 @@ string for the first instance of the regular expression in the pattern space. Any character other than backslash or newline can be used instead of a slash to delimit the regular expression and the replacement. -Also see the the section about +Also see the section about .Sx SED REGULAR EXPRESSIONS . .Pp An ampersand |