From 63a07fdbc0a55065b924df6152fc112acb952128 Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Sun, 4 Jan 2009 15:49:30 +0000 Subject: [PATCH] - Improve wording. Approved by: kib (mentor) MFC after: 1 week --- share/man/man4/cpuctl.4 | 4 ++-- usr.sbin/cpucontrol/cpucontrol.8 | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/share/man/man4/cpuctl.4 b/share/man/man4/cpuctl.4 index a510d14952fb..b95ff3737908 100644 --- a/share/man/man4/cpuctl.4 +++ b/share/man/man4/cpuctl.4 @@ -55,7 +55,7 @@ CPU firmware updates. For each CPU present in the system, the special file .Pa /dev/cpuctl%d with the appropriate index will be created. -For multicore CPUs the +For multicore CPUs such special file will be created for each core. .Pp Currently, only i386 and amd64 processors are @@ -123,7 +123,7 @@ For additional information refer to .Bl -tag -width Er .It Bq Er ENXIO The operation requested is not supported by the device (e.g. unsupported -architecture or the CPU was disabled). +architecture or the CPU is disabled) .It Bq Er EINVAL Incorrect request was supplied, or microcode image is not correct. .It Bq Er ENOMEM diff --git a/usr.sbin/cpucontrol/cpucontrol.8 b/usr.sbin/cpucontrol/cpucontrol.8 index a0bbdb3d725c..28e9b42c19f5 100644 --- a/usr.sbin/cpucontrol/cpucontrol.8 +++ b/usr.sbin/cpucontrol/cpucontrol.8 @@ -77,7 +77,7 @@ Apply CPU firmware updates. The .Nm utility will walk through the configured data directories -and will apply all firmware patches available for this CPU. +and apply all firmware updates available for this CPU. .It Fl v Increase the verbosity level. .It Fl h @@ -111,6 +111,11 @@ use the following command: .Dq Li "cpucontrol -d /usr/local/share/cpuctl/ -u /dev/cpuctl0" .Sh SEE ALSO .Xr cpuctl 4 +.Sh HISTORY +The +.Nm +utility first appeared in +.Fx 8.0 . .Sh BUGS Yes, probably, report if any. .Sh AUTHORS