diff options
author | 2000-04-15 02:15:09 +0000 | |
---|---|---|
committer | 2000-04-15 02:15:09 +0000 | |
commit | f885a5274d3b804af634a3a47ca4a09d1818545f (patch) | |
tree | 11451f8206ded0483db39bb0d31df6a89c1545fc /lib/libc/regex/regex.3 | |
parent | misc cleanup (diff) | |
download | wireguard-openbsd-f885a5274d3b804af634a3a47ca4a09d1818545f.tar.xz wireguard-openbsd-f885a5274d3b804af634a3a47ca4a09d1818545f.zip |
Mostly punctuation fixes.
Diffstat (limited to 'lib/libc/regex/regex.3')
-rw-r--r-- | lib/libc/regex/regex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index f4917464776..eb2e1d71aeb 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.13 2000/03/14 21:31:45 aaron Exp $ +.\" $OpenBSD: regex.3,v 1.14 2000/04/15 02:15:23 aaron Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -308,7 +308,7 @@ both of type (a signed arithmetic type at least as large as an .Li off_t and a -.Li ssize_t ), +.Li ssize_t ) , containing respectively the offset of the first character of a substring and the offset of the first character after the end of the substring. Offsets are measured from the beginning of the |