pwm.9: fix markup in interfaces description

Reviewed by:	manu
Differential revision:	https://reviews.freebsd.org/D18830
This commit is contained in:
Yuri Pankov 2019-02-06 03:57:51 +00:00
parent 4290b4b849
commit 6ef91a2136
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343825

View File

@ -22,7 +22,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 12, 2018
.Dd January 12, 2019
.Dt PWM 9
.Os
.Sh NAME
@ -79,7 +79,7 @@ Get the current flags for the channel.
Enable the PWM channel.
.It Fn PWM_CHANNEL_ISENABLED "device_t dev" "int channel" "bool *enable"
Test if the PWM channel is enabled.
.It PWM_CHANNEL_MAX "device_t dev" "int channel" "int *nchannel"
.It Fn PWM_CHANNEL_MAX "device_t dev" "int channel" "int *nchannel"
Get the maximum number of channels supported by the controller.
.El
.Sh HISTORY