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 | |
parent | b3ec8aa61e366df87484f6ae5b44478064bcb053 (diff) |
double word fixes; from varik valefor
-rw-r--r-- | lib/libutil/ober_add_string.3 | 6 | ||||
-rw-r--r-- | usr.bin/sed/sed.1 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libutil/ober_add_string.3 b/lib/libutil/ober_add_string.3 index 5eb6bd32ea0..5fc97265c15 100644 --- a/lib/libutil/ober_add_string.3 +++ b/lib/libutil/ober_add_string.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ober_add_string.3,v 1.1 2019/10/24 12:39:26 tb Exp $ +.\" $OpenBSD: ober_add_string.3,v 1.2 2020/10/16 09:29:04 jmc Exp $ .\" .\" Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 24 2019 $ +.Dd $Mdocdate: October 16 2020 $ .Dt OBER_ADD_STRING 3 .Os .Sh NAME @@ -134,7 +134,7 @@ creates zero or more structures. For each byte in .Fa fmt , -arguments of the the types given in the following table are consumed +arguments of the types given in the following table are consumed and passed to the listed function, creating one .Vt ber_element per byte. 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 |