From dc61016ac16d43d3a80ac745aba03bd70fe74f76 Mon Sep 17 00:00:00 2001 From: John Whittington Date: Fri, 6 Dec 2024 09:03:58 +0100 Subject: [PATCH] Update src/function/printer.rs Co-authored-by: Sebastian Urban --- src/function/printer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/function/printer.rs b/src/function/printer.rs index 9f0d3bb..82d17b1 100644 --- a/src/function/printer.rs +++ b/src/function/printer.rs @@ -2,7 +2,7 @@ //! //! The Linux kernel configuration option `CONFIG_USB_CONFIGFS_F_PRINTER` must be enabled. //! -//! A sysfs file at /dev/g_printerN will be created for each instance of the function, where N instance number. See './examples/printer.rs' for an example. +//! A device file at /dev/g_printerN will be created for each instance of the function, where N instance number. See 'examples/printer.rs' for an example. use bitflags::bitflags; use std::{ffi::OsString, io::Result};