Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix a prototype.
details: https://anonhg.NetBSD.org/src/rev/1163e4fc23a5
branches: trunk
changeset: 327601:1163e4fc23a5
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Mar 12 16:37:01 2014 +0000
description:
Fix a prototype.
diffstat:
share/man/man9/SET.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7fec3d9e6278 -r 1163e4fc23a5 share/man/man9/SET.9
--- a/share/man/man9/SET.9 Wed Mar 12 15:31:55 2014 +0000
+++ b/share/man/man9/SET.9 Wed Mar 12 16:37:01 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: SET.9,v 1.2 2010/04/13 08:24:31 jruoho Exp $
+.\" $NetBSD: SET.9,v 1.3 2014/03/12 16:37:01 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 13, 2010
+.Dd March 12, 2014
.Dt SET 9
.Os
.Sh NAME
@@ -37,7 +37,7 @@
.In sys/types.h
.Ft void
.Fn SET "val" "x"
-.Ft void
+.Ft int
.Fn ISSET "val" "x"
.Ft void
.Fn CLR "val" "x"
Home |
Main Index |
Thread Index |
Old Index