diff options
Diffstat (limited to 'man4')
| -rw-r--r-- | man4/fd.4 | 4 | ||||
| -rw-r--r-- | man4/null.4 | 6 | ||||
| -rw-r--r-- | man4/st.4 | 6 | ||||
| -rw-r--r-- | man4/vcs.4 | 16 | ||||
| -rw-r--r-- | man4/wavelan.4 | 8 |
5 files changed, 20 insertions, 20 deletions
@@ -188,6 +188,8 @@ sends a raw command to the floppy controller. For more precise information, consult also the <linux/fd.h> and <linux/fdreg.h> include files, as well as the manual page for floppycontrol. +.SH FILES +/dev/fd* .SH NOTES The various formats allow to read and write many types of disks. However, if a floppy is formatted with a too small inter sector gap, @@ -200,8 +202,6 @@ which is used by Apple II and Macintosh computers (800k disks). Reading floppies which are hard sectored (one hole per sector, with the index hole being a little skewed) is not supported. This used to be common with older 8 inch floppies. -.SH FILES -/dev/fd* .SH AUTHORS Alain Knaff (Alain.Knaff@imag.fr), David Niemi (niemidc@clark.net), Bill Broadhurst (bbroad@netcom.com). diff --git a/man4/null.4 b/man4/null.4 index c282bab8cc..f899d98d5a 100644 --- a/man4/null.4 +++ b/man4/null.4 @@ -39,13 +39,13 @@ mknod \-m 666 /dev/zero c 1 5 .br chown root:root /dev/null /dev/zero .RE -.SH NOTES -If these devices are not writable and readable for all users, many -programs will act strangely. .SH FILES .I /dev/null .br .I /dev/zero +.SH NOTES +If these devices are not writable and readable for all users, many +programs will act strangely. .SH "SEE ALSO" .BR chown (1), .BR mknod (1), @@ -168,7 +168,7 @@ on the system. Starting from kernel 2.6.2, the driver exports in the sysfs directory .IR /sys/class/scsi_tape the attached devices and some parameters assigned to the devices. -.SH "DATA TRANSFER" +.SS "Data Transfer" The driver supports operation in both fixed-block mode and variable-block mode (if supported by the drive). In fixed-block mode the drive @@ -223,7 +223,7 @@ The end of recorded data is signaled by returning zero bytes for two consecutive read calls. The third read returns an error. -.SH IOCTLS +.SS Ioctls The driver supports three .BR ioctl (2) requests. @@ -819,7 +819,7 @@ kernel. The solution is to tell the software to use larger transfers (often telling it to use larger blocks). If this is not possible, direct transfers can be disabled. -.SH COPYRIGHT +.\" .SH COPYRIGHT .\" Copyright \(co 1995 Robert K. Nichols. .\" .br .\" Copyright \(co 1999-2005 Kai M\(:akisara. diff --git a/man4/vcs.4 b/man4/vcs.4 index 991506edbc..bc9208ee1e 100644 --- a/man4/vcs.4 +++ b/man4/vcs.4 @@ -60,6 +60,14 @@ The devices for the first eight virtual consoles may be created by: No .BR ioctl (2) requests are supported. +.SH FILES +/dev/vcs[0\-63] +.br +/dev/vcsa[0\-63] +.SH AUTHOR +Andries Brouwer <aeb@cwi.nl> +.SH VERSIONS +Introduced with version 1.1.92 of the Linux kernel. .SH EXAMPLE You may do a screendump on vt3 by switching to vt1 and typing \fIcat /dev/vcs3 >foo\fP. @@ -104,14 +112,6 @@ main(void) exit(EXIT_SUCCESS); } .fi -.SH FILES -/dev/vcs[0\-63] -.br -/dev/vcsa[0\-63] -.SH AUTHOR -Andries Brouwer <aeb@cwi.nl> -.SH VERSIONS -Introduced with version 1.1.92 of the Linux kernel. .SH "SEE ALSO" .BR gpm (8), .BR console (4), diff --git a/man4/wavelan.4 b/man4/wavelan.4 index 92554fad20..a86d1e5449 100644 --- a/man4/wavelan.4 +++ b/man4/wavelan.4 @@ -41,7 +41,7 @@ by the card. .\" .\" PARAMETER part .\" -.SH PARAMETERS +.SS Parameters This section apply to the module form (parameters passed on the .BR insmod (8) command line). @@ -67,7 +67,7 @@ used by .\" .\" WIRELESS part .\" -.SH "WIRELESS EXTENSIONS" +.SS "Wireless Extensions" Use .BR iwconfig (8) to manipulate wireless extensions. @@ -117,7 +117,7 @@ counters are not implemented. .\" .\" IOCTL part .\" -.SH "PRIVATE IOCTL" +.SS "Private Ioctl" You may use .BR iwpriv (8) to manipulate private ioctls. @@ -135,7 +135,7 @@ and standard deviation of the signal level. .\" .\" SPECIFIC part .\" -.SH "SPECIFIC NOTES" +.SS "Specific Notes" This driver will fail to detect some .B non NCR/ATT&T/Lucent Wavelan cards. |
