Author: ygy (doc committer) Date: Fri Apr 5 18:17:11 2019 New Revision: 345961 URL: https://svnweb.freebsd.org/changeset/base/345961
Log: MFC r345816: Correct SMC definition in asmc(4) man page. PR: 236954 Submitted by: fbsdbu...@sentry.org Modified: stable/12/share/man/man4/asmc.4 Directory Properties: stable/12/ (props changed) Modified: stable/12/share/man/man4/asmc.4 ============================================================================== --- stable/12/share/man/man4/asmc.4 Fri Apr 5 18:09:22 2019 (r345960) +++ stable/12/share/man/man4/asmc.4 Fri Apr 5 18:17:11 2019 (r345961) @@ -25,12 +25,12 @@ .\" .\" $FreeBSD$ .\" -.Dd July 27, 2009 +.Dd April 2, 2019 .Dt ASMC 4 .Os .Sh NAME .Nm asmc -.Nd device driver for the Apple System Management Console (SMC) +.Nd device driver for the Apple System Management Controller (SMC) .Sh SYNOPSIS To compile this driver into the kernel, place the following line in your kernel configuration file: @@ -47,7 +47,7 @@ asmc_load="YES" .Sh DESCRIPTION The .Nm -driver controls the Apple System Management Console (SMC for short) +driver controls the Apple System Management Controller (SMC for short) found on Intel Apple systems. .Pp The SMC is known to be found on the following systems: _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"