aboutsummaryrefslogtreecommitdiff
path: root/lib/libcam
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-12 05:20:49 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-12 05:20:49 +0000
commitacdb1504ffd64f7138cf0f8cd5fdd4e4653f8f14 (patch)
treefab0b20180973cb3c3ce0515bd1da5b5c557feb4 /lib/libcam
parent88cbf2928f0679e40542ad874fadcd3731a495a0 (diff)
Notes
Diffstat (limited to 'lib/libcam')
-rw-r--r--lib/libcam/cam.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcam/cam.3 b/lib/libcam/cam.3
index 787a354275db..fbcb016ff482 100644
--- a/lib/libcam/cam.3
+++ b/lib/libcam/cam.3
@@ -132,7 +132,7 @@ Many of the CAM library functions use the
structure:
.Bd -literal
struct cam_device {
- char device_path[MAXPATHLEN+1];/*
+ char device_path[MAXPATHLEN+1];/*
* Pathname of the
* device given by the
* user. This may be
@@ -151,7 +151,7 @@ struct cam_device {
*/
char device_name[DEV_IDLEN+1];/*
* Name of the device,
- * e.g. 'pass'
+ * e.g., 'pass'
*/
uint32_t dev_unit_num; /* Unit number of the passthrough
* device associated with this
@@ -159,7 +159,7 @@ struct cam_device {
*/
char sim_name[SIM_IDLEN+1];/*
- * Controller name, e.g.'ahc'
+ * Controller name, e.g., 'ahc'
*/
uint32_t sim_unit_number; /* Controller unit number */
uint32_t bus_id; /* Controller bus number */
@@ -429,4 +429,4 @@ require a definitive way to identify a device node as a
.Xr pass 4
device.
.Pp
-Some of the functions are possibly mis-named or poorly named.
+Some of the functions are possibly misnamed or poorly named.