doc: fix typo of snapshot in documentation
A couple of locations accidentally misspelled snapshot as shapshot. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b0efcae5e1
commit
fb0c90ab92
|
@ -319,7 +319,7 @@
|
||||||
182 = /dev/perfctr Performance-monitoring counters
|
182 = /dev/perfctr Performance-monitoring counters
|
||||||
183 = /dev/hwrng Generic random number generator
|
183 = /dev/hwrng Generic random number generator
|
||||||
184 = /dev/cpu/microcode CPU microcode update interface
|
184 = /dev/cpu/microcode CPU microcode update interface
|
||||||
186 = /dev/atomicps Atomic shapshot of process state data
|
186 = /dev/atomicps Atomic snapshot of process state data
|
||||||
187 = /dev/irnet IrNET device
|
187 = /dev/irnet IrNET device
|
||||||
188 = /dev/smbusbios SMBus BIOS
|
188 = /dev/smbusbios SMBus BIOS
|
||||||
189 = /dev/ussp_ctl User space serial port control
|
189 = /dev/ussp_ctl User space serial port control
|
||||||
|
|
|
@ -95,7 +95,7 @@ so all video4linux tools (like xawtv) should work with this driver.
|
||||||
|
|
||||||
Besides the video4linux interface, the driver has a private interface
|
Besides the video4linux interface, the driver has a private interface
|
||||||
for accessing the Motion Eye extended parameters (camera sharpness,
|
for accessing the Motion Eye extended parameters (camera sharpness,
|
||||||
agc, video framerate), the shapshot and the MJPEG capture facilities.
|
agc, video framerate), the snapshot and the MJPEG capture facilities.
|
||||||
|
|
||||||
This interface consists of several ioctls (prototypes and structures
|
This interface consists of several ioctls (prototypes and structures
|
||||||
can be found in include/linux/meye.h):
|
can be found in include/linux/meye.h):
|
||||||
|
|
Loading…
Reference in New Issue