Module Name: src Committed By: nia Date: Sat Feb 27 08:38:14 UTC 2021
Modified Files: src/share/man/man4: spi.4 Log Message: spi.4: Add a FILES section To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/spi.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/spi.4 diff -u src/share/man/man4/spi.4:1.8 src/share/man/man4/spi.4:1.9 --- src/share/man/man4/spi.4:1.8 Sat Feb 27 08:36:05 2021 +++ src/share/man/man4/spi.4 Sat Feb 27 08:38:14 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: spi.4,v 1.8 2021/02/27 08:36:05 nia Exp $ +.\" $NetBSD: spi.4,v 1.9 2021/02/27 08:38:14 nia Exp $ .\" .\" Copyright (c) 2006 Urbana-Champaign Independent Media Center. .\" Copyright (c) 2006 Garrett D'Amore. @@ -144,6 +144,13 @@ Texas Instruments TMP121 temperature sen .It ssdfb OLED/PLED framebuffer modules. .El +.Sh FILES +.Bl -tag -width "/dev/spiu" -compact +.It /dev/spi Ns Ar u +SPI device unit +.Ar u +file. +.El .Sh SEE ALSO .Xr m25p 4 , .Xr mcp23s17gpio 4 ,