aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorYuri Pankov <yuripv@FreeBSD.org>2019-02-06 03:57:51 +0000
committerYuri Pankov <yuripv@FreeBSD.org>2019-02-06 03:57:51 +0000
commit6ef91a21361e946c630a2e943d0c09a1aaa95c53 (patch)
treed132507a6b427239718fb13d8a0996fc10bec873 /share
parent4290b4b84961021bbba3fcbb76edd479180e3c78 (diff)
downloadsrc-6ef91a21361e946c630a2e943d0c09a1aaa95c53.tar.gz
src-6ef91a21361e946c630a2e943d0c09a1aaa95c53.zip
pwm.9: fix markup in interfaces description
Reviewed by: manu Differential revision: https://reviews.freebsd.org/D18830
Notes
Notes: svn path=/head/; revision=343825
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/pwm.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/pwm.9 b/share/man/man9/pwm.9
index bad9301eed14..f7564a4eeca3 100644
--- a/share/man/man9/pwm.9
+++ b/share/man/man9/pwm.9
@@ -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