Module Name:    src
Committed By:   jruoho
Date:           Wed Mar 12 16:37:01 UTC 2014

Modified Files:
        src/share/man/man9: SET.9

Log Message:
Fix a prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/SET.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/SET.9
diff -u src/share/man/man9/SET.9:1.2 src/share/man/man9/SET.9:1.3
--- src/share/man/man9/SET.9:1.2	Tue Apr 13 08:24:31 2010
+++ src/share/man/man9/SET.9	Wed Mar 12 16:37:01 2014
@@ -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"

Reply via email to