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/34e084eedfbd
branches:  trunk
changeset: 794341:34e084eedfbd
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 b81249223774 -r 34e084eedfbd 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