aboutsummaryrefslogtreecommitdiffstats
path: root/man4
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-19 06:57:44 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-19 06:57:44 +0000
commit088a639be38030f6b6bfd344fb30636a85b207a4 (patch)
treefeabf70c32c723e8a8abbaa37cebedeb93003c28 /man4
parentcfadad462c81964b85b0c5c3eac79bbe50aa364e (diff)
downloadman-pages-088a639be38030f6b6bfd344fb30636a85b207a4.tar.gz
Make the standard indent for code samples, shell session
logs, etc. to be ".in +4n".
Diffstat (limited to 'man4')
-rw-r--r--man4/rtc.44
-rw-r--r--man4/st.48
2 files changed, 6 insertions, 6 deletions
diff --git a/man4/rtc.4 b/man4/rtc.4
index dcc4d86b8c..d8cc28f880 100644
--- a/man4/rtc.4
+++ b/man4/rtc.4
@@ -125,7 +125,7 @@ requests are defined on file descriptors connected to RTC devices:
Returns this RTC's time in the following structure:
.PP
.RS
-.in +0.5i
+.in +4n
.nf
struct rtc_time {
int tm_sec;
@@ -253,7 +253,7 @@ Some RTCs support a more powerful alarm interface, using these ioctls
to read or write the RTC's alarm time (respectively) with this structure:
.PP
.RS
-.in +0.5i
+.in +4n
.nf
struct rtc_wkalrm {
unsigned char enabled;
diff --git a/man4/st.4 b/man4/st.4
index 8e6e1880f0..1e0f0fe59c 100644
--- a/man4/st.4
+++ b/man4/st.4
@@ -244,7 +244,7 @@ The driver returns an
.B EIO
error if the drive rejects an operation.
.PP
-.in +0.5i
+.in +4n
.nf
/* Structure for MTIOCTOP \- mag tape op command: */
struct mtop {
@@ -620,7 +620,7 @@ Enables immediate mode (i.e., don't wait for the command to finish) for some
commands (e.g., rewind).
.PP
An example:
-.in +0.5i
+.in +4n
.nf
struct mtop mt_cmd;
@@ -681,7 +681,7 @@ the masked sense data byte.
This request takes an argument of type
.IR "(struct mtget *)" .
.PP
-.in +0.5i
+.in +4n
.nf
/* structure for MTIOCGET \- mag tape get status command */
struct mtget {
@@ -813,7 +813,7 @@ command (device-specific address)
or a Tandberg-compatible SCSI-1 drive (Tandberg, Archive
Viper, Wangtek, ... ).
.PP
-.in +0.5i
+.in +4n
.nf
/* structure for MTIOCPOS \- mag tape get position command */
struct mtpos {