diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-14 20:56:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-14 20:56:14 +0000 |
commit | 2e388ac3c6d30ff7e57718ef0038a94f60566c83 (patch) | |
tree | 139930b29dd865b0105e4d51538980057548c012 /lib/libc/sys/minherit.2 | |
parent | d1c0f4b9b4a1359d908d580975069894c630d0e7 (diff) |
convert to void *addr
Diffstat (limited to 'lib/libc/sys/minherit.2')
-rw-r--r-- | lib/libc/sys/minherit.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/minherit.2 b/lib/libc/sys/minherit.2 index 2ca140eb5f1..87aa308acb9 100644 --- a/lib/libc/sys/minherit.2 +++ b/lib/libc/sys/minherit.2 @@ -1,4 +1,4 @@ -.\" $Id: minherit.2,v 1.4 1996/09/01 20:50:51 millert Exp $ +.\" $Id: minherit.2,v 1.5 1997/11/14 20:56:11 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,7 @@ .Fd #include <sys/types.h> .Fd #include <sys/mman.h> .Ft int -.Fn minherit "caddr_t addr" "size_t len" "int inherit" +.Fn minherit "void *addr" "size_t len" "int inherit" .Sh DESCRIPTION The .Fn minherit |