diff options
author | Christian Brueffer <brueffer@FreeBSD.org> | 2015-08-13 16:11:04 +0000 |
---|---|---|
committer | Christian Brueffer <brueffer@FreeBSD.org> | 2015-08-13 16:11:04 +0000 |
commit | d3c2497caba3d63ccf1f8280ab2e37cfa3856dfc (patch) | |
tree | 35770326f9b824eebb4f615c0692bb9c09c56a96 | |
parent | 4159fbab875d1e2cfb8a318e70c5ac31338aa03c (diff) | |
download | src-d3c2497caba3d63ccf1f8280ab2e37cfa3856dfc.tar.gz src-d3c2497caba3d63ccf1f8280ab2e37cfa3856dfc.zip |
Small cleanup.
- fix mandoc -Tlint warnings
- use appropriate macros
- canonize FreeBSD spelling
Notes
Notes:
svn path=/head/; revision=286729
-rw-r--r-- | share/man/man4/man4.arm/am335x_dmtpps.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/man4.arm/am335x_dmtpps.4 b/share/man/man4/man4.arm/am335x_dmtpps.4 index ab6855ff9873..fadd702a6174 100644 --- a/share/man/man4/man4.arm/am335x_dmtpps.4 +++ b/share/man/man4/man4.arm/am335x_dmtpps.4 @@ -57,10 +57,10 @@ of 42 nanoseconds. .Pp To use the PPS timing information provided by this driver with .Xr ntpd 8 , -symlink the -.Va /dev/dmtpps +symlink the +.Pa /dev/dmtpps device to -.Va /dev/pps0 +.Pa /dev/pps0 and configure server .Va 127.127.22.0 in @@ -77,7 +77,7 @@ driver can be active at a time. The driver uses system pin configuration to determine which hardware timer device to use. Configure the timer input pin in the system's FDT data, or by -supplying the pin name using a tunable variable in +supplying the pin name using a tunable variable in .Xr loader.conf 5 . .Pp To use a standard kernel and FDT data, use @@ -127,7 +127,7 @@ Add pinctrl properties referencing .Va timer4_pins to the standard .Va timer4 -device node (also defined in am33xx.dtsi) by referencing it in +device node (also defined in am33xx.dtsi) by referencing it in your dts file as follows: .Bd -literal &timer4 { @@ -160,4 +160,4 @@ device driver first appeared in The .Nm device driver and this manual page were written by -.An Ian Lepore Aq Mt ian@freebsd.org . +.An Ian Lepore Aq Mt ian@FreeBSD.org . |