msgctl.2, semctl.2, shmctl.2, cciss.4: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-08-08 10:27:36 +02:00
parent 9ee4a2b6ec
commit 282c1a35d0
4 changed files with 18 additions and 10 deletions

View File

@ -333,8 +333,9 @@ and
operations are used by the operations are used by the
.BR ipcs (1) .BR ipcs (1)
program to provide information on allocated resources. program to provide information on allocated resources.
In the future these may modified or moved to a /proc filesystem In the future these may modified or moved to a
interface. .I /proc
filesystem interface.
Various fields in the \fIstruct msqid_ds\fP were Various fields in the \fIstruct msqid_ds\fP were
typed as typed as

View File

@ -495,8 +495,9 @@ and
operations are used by the operations are used by the
.BR ipcs (1) .BR ipcs (1)
program to provide information on allocated resources. program to provide information on allocated resources.
In the future these may modified or moved to a /proc filesystem In the future these may modified or moved to a
interface. .I /proc
filesystem interface.
.LP .LP
Various fields in a \fIstruct semid_ds\fP were typed as Various fields in a \fIstruct semid_ds\fP were typed as
.I short .I short

View File

@ -397,8 +397,9 @@ and
operations are used by the operations are used by the
.BR ipcs (1) .BR ipcs (1)
program to provide information on allocated resources. program to provide information on allocated resources.
In the future these may modified or moved to a /proc filesystem In the future these may modified or moved to a
interface. .I /proc
filesystem interface.
Linux permits a process to attach Linux permits a process to attach
.RB ( shmat (2)) .RB ( shmat (2))

View File

@ -226,8 +226,9 @@ tape drives with your Smart Array 5xxx controller.
Additionally, note that the driver will not engage the SCSI core at Additionally, note that the driver will not engage the SCSI core at
init time. init time.
The driver must be directed to dynamically engage the SCSI core via The driver must be directed to dynamically engage the SCSI core via the
the /proc filesystem entry, .I /proc
filesystem entry,
which the "block" side of the driver creates as which the "block" side of the driver creates as
.I /proc/driver/cciss/cciss* .I /proc/driver/cciss/cciss*
at run time. at run time.
@ -260,7 +261,9 @@ The
.B cciss .B cciss
driver must be informed that changes to the SCSI bus driver must be informed that changes to the SCSI bus
have been made. have been made.
This may be done via the /proc filesystem. This may be done via the
.I /proc
filesystem.
For example: For example:
echo "rescan" > /proc/scsi/cciss0/1 echo "rescan" > /proc/scsi/cciss0/1
@ -281,7 +284,9 @@ lun used to address each device.
The driver then notifies the SCSI midlayer The driver then notifies the SCSI midlayer
of these changes. 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 contains a number in addition to the driver name
(e.g., "cciss0" (e.g., "cciss0"
instead of just "cciss", which you might expect). instead of just "cciss", which you might expect).