Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librt Fix function name macro.



details:   https://anonhg.NetBSD.org/src/rev/a06410f2e0ef
branches:  trunk
changeset: 347751:a06410f2e0ef
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu Sep 15 07:53:59 2016 +0000

description:
Fix function name macro.

diffstat:

 lib/librt/sched.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 6310939c9fa8 -r a06410f2e0ef lib/librt/sched.3
--- a/lib/librt/sched.3 Thu Sep 15 07:49:08 2016 +0000
+++ b/lib/librt/sched.3 Thu Sep 15 07:53:59 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sched.3,v 1.17 2016/08/05 13:03:13 christos Exp $
+.\"    $NetBSD: sched.3,v 1.18 2016/09/15 07:53:59 njoly Exp $
 .\"
 .\" Copyright (c) 2008, 2016 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -64,9 +64,9 @@
 .Ft int
 .Fn sched_yield "void"
 .Ft int
-.fn sched_setaffinity_np "pid_t pid" "size_t size" "cpuset_t *cpuset"
+.Fn sched_setaffinity_np "pid_t pid" "size_t size" "cpuset_t *cpuset"
 .Ft int
-.fn sched_getaffinity_np "pid_t pid" "size_t size" "cpuset_t *cpuset"
+.Fn sched_getaffinity_np "pid_t pid" "size_t size" "cpuset_t *cpuset"
 .Ft int
 .Fn sched_protect "int priority"
 .Sh DESCRIPTION



Home | Main Index | Thread Index | Old Index