Date: Thu, 22 Mar 2001 08:04:48 -0800 (PST) From: ohsawa@catv1.ccn-net.ne.jp To: freebsd-gnats-submit@freebsd.org Subject: docs/26001: typo in sched_get_priority_max.2 Message-ID: <200103221604.f2MG4m970866@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 26001 >Category: docs >Synopsis: typo in sched_get_priority_max.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 22 08:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: OHSAWA Chitoshi >Release: FreeBSD 4.3-BETA i386 >Organization: FreeBSD Japanese Manual Translation Project >Environment: System: FreeBSD Co4.ccn-net.ne.jp 4.3-BETA FreeBSD 4.3-BETA #2: Mon Mar 19 04:00:09 JST 2001 root@Co4.ccn-net.ne.jp:/usr/src/sys/compile/Kernel390E i386 with man distribution >Description: at STANDARDS section in man page of sched_get_priority_max.2 , STANDARDS The sched_setscheduler() and sched_getscheduler() functions conform to IEEE Std 1003.1b-1993 (``POSIX.1''). I think "sched_setscheduler() and sched_getscheduler()" is typo of "sched_get_priority_max() , sched_get_priority_min() and sched_rr_get_interval()" . But I don't know the functions conform to IEEE Std 1003.1b-1993(``POSIX.1''). >How-To-Repeat: Do "man 2 sched_get_priority_max". >Fix: --- sched_get_priority_max.2 Wed Mar 21 00:25:38 2001 +++ sched_get_priority_max.2~new Wed Mar 21 00:31:13 2001 @@ -118,8 +118,9 @@ .Xr sched_setparam 2 .Sh STANDARDS The -.Fn sched_setscheduler +.Fn sched_get_priority_max +.Fn sched_get_priority_min and -.Fn sched_getscheduler +.Fn sched_rr_get_interval functions conform to .St -p1003.1b-93 . >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103221604.f2MG4m970866>