Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2009 21:02:29 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200589 - head/lib/libc/sys
Message-ID:  <200912152102.nBFL2TgD075307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Tue Dec 15 21:02:29 2009
New Revision: 200589
URL: http://svn.freebsd.org/changeset/base/200589

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

Modified:
  head/lib/libc/sys/cpuset.2

Modified: head/lib/libc/sys/cpuset.2
==============================================================================
--- head/lib/libc/sys/cpuset.2	Tue Dec 15 20:47:51 2009	(r200588)
+++ head/lib/libc/sys/cpuset.2	Tue Dec 15 21:02:29 2009	(r200589)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912152102.nBFL2TgD075307>