diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 02:14:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 02:14:08 +0000 |
commit | 90a3b709c1f3931d9161d3c1fab427cf06be6231 (patch) | |
tree | fcda3f1ca506b04c1a9c645c1f5bbc9bc724039a /lib | |
parent | 71b4b8770c3e0bf06d4275f50251354794e11aad (diff) |
setmode() returns void *
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/setmode.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/setmode.3 b/lib/libc/gen/setmode.3 index 284f7572f68..d4ba67e0f4b 100644 --- a/lib/libc/gen/setmode.3 +++ b/lib/libc/gen/setmode.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: setmode.3,v 1.6 1995/02/27 05:50:35 cgd Exp $ +.\" $NetBSD: setmode.3,v 1.7 1995/10/12 15:39:28 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,7 @@ .Sh SYNOPSIS .Ft mode_t .Fn getmode "const void *set" "mode_t mode" -.Ft void +.Ft void * .Fn setmode "const char *mode_str" .Sh DESCRIPTION The |