From 282c1a35d08f35612e98265f76683823292ac479 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 8 Aug 2013 10:27:36 +0200 Subject: [PATCH] msgctl.2, semctl.2, shmctl.2, cciss.4: ffix Signed-off-by: Michael Kerrisk --- man2/msgctl.2 | 5 +++-- man2/semctl.2 | 5 +++-- man2/shmctl.2 | 5 +++-- man4/cciss.4 | 13 +++++++++---- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 73d6bff4b..9ffd75bf4 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -333,8 +333,9 @@ and operations are used by the .BR ipcs (1) program to provide information on allocated resources. -In the future these may modified or moved to a /proc filesystem -interface. +In the future these may modified or moved to a +.I /proc +filesystem interface. Various fields in the \fIstruct msqid_ds\fP were typed as diff --git a/man2/semctl.2 b/man2/semctl.2 index a23df4b93..e1220a64b 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -495,8 +495,9 @@ and operations are used by the .BR ipcs (1) program to provide information on allocated resources. -In the future these may modified or moved to a /proc filesystem -interface. +In the future these may modified or moved to a +.I /proc +filesystem interface. .LP Various fields in a \fIstruct semid_ds\fP were typed as .I short diff --git a/man2/shmctl.2 b/man2/shmctl.2 index 1df7d6cb0..534f0e669 100644 --- a/man2/shmctl.2 +++ b/man2/shmctl.2 @@ -397,8 +397,9 @@ and operations are used by the .BR ipcs (1) program to provide information on allocated resources. -In the future these may modified or moved to a /proc filesystem -interface. +In the future these may modified or moved to a +.I /proc +filesystem interface. Linux permits a process to attach .RB ( shmat (2)) diff --git a/man4/cciss.4 b/man4/cciss.4 index 7f032df3e..02d6a443e 100644 --- a/man4/cciss.4 +++ b/man4/cciss.4 @@ -226,8 +226,9 @@ tape drives with your Smart Array 5xxx controller. Additionally, note that the driver will not engage the SCSI core at init time. -The driver must be directed to dynamically engage the SCSI core via -the /proc filesystem entry, +The driver must be directed to dynamically engage the SCSI core via the +.I /proc +filesystem entry, which the "block" side of the driver creates as .I /proc/driver/cciss/cciss* at run time. @@ -260,7 +261,9 @@ The .B cciss driver must be informed that changes to the SCSI bus have been made. -This may be done via the /proc filesystem. +This may be done via the +.I /proc +filesystem. For example: echo "rescan" > /proc/scsi/cciss0/1 @@ -281,7 +284,9 @@ lun used to address each device. The driver then notifies the SCSI midlayer of these changes. -Note that the naming convention of the /proc filesystem entries +Note that the naming convention of the +.I /proc +filesystem entries contains a number in addition to the driver name (e.g., "cciss0" instead of just "cciss", which you might expect).