Date: Tue, 18 Jun 2019 02:27:30 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r349167 - head/usr.sbin/pwm Message-ID: <201906180227.x5I2RUuH002678@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Tue Jun 18 02:27:30 2019 New Revision: 349167 URL: https://svnweb.freebsd.org/changeset/base/349167 Log: Oops, it seems I left out the word 'cycle', fix it. Reported by: rpokala@ Modified: head/usr.sbin/pwm/pwm.8 Modified: head/usr.sbin/pwm/pwm.8 ============================================================================== --- head/usr.sbin/pwm/pwm.8 Tue Jun 18 01:15:00 2019 (r349166) +++ head/usr.sbin/pwm/pwm.8 Tue Jun 18 02:27:30 2019 (r349167) @@ -74,7 +74,7 @@ Show the configuration of the PWM channel. .It Fl D Disable the PWM channel. .It Fl d Ar duty -Configure the duty (in nanoseconds or percentage) of the PWM channel. +Configure the duty cycle (in nanoseconds or percentage) of the PWM channel. Duty is the portion of the .Ar period during which the signal is asserted.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906180227.x5I2RUuH002678>