artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fc784d
)
setmode() returns void *
author
deraadt
<deraadt@openbsd.org>
Thu, 14 Dec 1995 02:14:07 +0000
(
02:14
+0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 14 Dec 1995 02:14:07 +0000
(
02:14
+0000)
lib/libc/gen/setmode.3
patch
|
blob
|
history
diff --git
a/lib/libc/gen/setmode.3
b/lib/libc/gen/setmode.3
index
284f757
..
d4ba67e
100644
(file)
--- 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