diff options
author | 1999-06-29 18:01:30 +0000 | |
---|---|---|
committer | 1999-06-29 18:01:30 +0000 | |
commit | db02f4c950da85a6d011c636bf98ac7e43280464 (patch) | |
tree | 5c520bdd24de9ca10542e06dbbec5a2abf64dd9f /lib/libc/string/memchr.3 | |
parent | new mdoc bm(3) man page (diff) | |
download | wireguard-openbsd-db02f4c950da85a6d011c636bf98ac7e43280464.tar.xz wireguard-openbsd-db02f4c950da85a6d011c636bf98ac7e43280464.zip |
repairs
Diffstat (limited to 'lib/libc/string/memchr.3')
-rw-r--r-- | lib/libc/string/memchr.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index 56a2aee9ce7..81c524458ca 100644 --- a/lib/libc/string/memchr.3 +++ b/lib/libc/string/memchr.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memchr.3,v 1.2 1996/08/19 08:34:04 tholo Exp $ +.\" $OpenBSD: memchr.3,v 1.3 1999/06/29 18:01:32 aaron Exp $ .\" .Dd June 29, 1991 .Dt MEMCHR 3 @@ -59,7 +59,9 @@ The .Fn memchr function returns a pointer to the byte located, -or NULL if no such byte exists within +or +.Dv NULL +if no such byte exists within .Fa len bytes. .Sh SEE ALSO |