Bug 247385 - Typo in cpuset_getdomain
Summary: Typo in cpuset_getdomain
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mateusz Piotrowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-18 17:59 UTC by Paul Floyd
Modified: 2020-06-27 14:14 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Floyd 2020-06-18 17:59:42 UTC
The signature given is

int
     cpuset_getdomain(cpulevel_t level,	cpuwhich_t which, id_t id,
	 size_t	setsize, domainet_t *mask, int *policy);

where

domainet_t

should be

domainset_t

(missing 's'). Seen with 12.1 and online manpage.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-06-18 19:03:27 UTC
A commit references this bug:

Author: 0mp
Date: Thu Jun 18 19:03:20 UTC 2020
New revision: 362336
URL: https://svnweb.freebsd.org/changeset/base/362336

Log:
  Fix a typo in cpuset_getdomain.2

  PR:		247385
  Reported by:	Paul Floyd <paulf free.fr>
  MFC after:	1 week

Changes:
  head/lib/libc/sys/cpuset_getdomain.2
Comment 2 Mateusz Piotrowski freebsd_committer freebsd_triage 2020-06-18 19:03:36 UTC
Fixed, thanks a lot!
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-06-27 14:14:28 UTC
A commit references this bug:

Author: 0mp
Date: Sat Jun 27 14:14:00 UTC 2020
New revision: 362686
URL: https://svnweb.freebsd.org/changeset/base/362686

Log:
  MFC 362336:

  Fix a typo in cpuset_getdomain.2

  PR:		247385
  Reported by:	Paul Floyd <paulf free.fr>

Changes:
_U  stable/12/
  stable/12/lib/libc/sys/cpuset_getdomain.2