svn commit: r200837 - stable/7/lib/libc/sys

Jilles Tjoelker jilles at FreeBSD.org
Tue Dec 22 13:49:37 UTC 2009


Author: jilles
Date: Tue Dec 22 13:49:37 2009
New Revision: 200837
URL: http://svn.freebsd.org/changeset/base/200837

Log:
  MFC r200589: cpuset(2): fix a typo and a markup error in the man page

Modified:
  stable/7/lib/libc/sys/cpuset.2
Directory Properties:
  stable/7/lib/libc/   (props changed)

Modified: stable/7/lib/libc/sys/cpuset.2
==============================================================================
--- stable/7/lib/libc/sys/cpuset.2	Tue Dec 22 13:45:29 2009	(r200836)
+++ stable/7/lib/libc/sys/cpuset.2	Tue Dec 22 13:49:37 2009	(r200837)
@@ -96,7 +96,7 @@ The
 .Fa which
 argument may have the following values:
 .Bl -column CPU_WHICH_CPUSET -offset indent
-.It Dv CPU_WHICH_TID Ta "id is lpwid_t (thread id)"
+.It Dv CPU_WHICH_TID Ta "id is lwpid_t (thread id)"
 .It Dv CPU_WHICH_PID Ta "id is pid_t (process id)"
 .It Dv CPU_WHICH_CPUSET Ta "id is a cpusetid_t (cpuset id)"
 .It Dv CPU_WHICH_IRQ Ta "id is an irq number"
@@ -209,7 +209,7 @@ The calling process did not have the cre
 operation.
 .It Bq Er ENFILE
 There was no free
-.Fn cpusetid_t
+.Ft cpusetid_t
 for allocation.
 .El
 .Sh SEE ALSO


More information about the svn-src-all mailing list