diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-08-01 23:52:58 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-08-01 23:52:58 +0200 |
| commit | 6ac285f94aa55c4925d0b6d52c7f571885eab08b (patch) | |
| tree | 5af8a07f106e42fe24ebf13c1b48b8f0606f2a21 /man4 | |
| parent | c94f994324b0ffc4544a39bccd3a8c879b1c9d09 (diff) | |
| download | man-pages-6ac285f94aa55c4925d0b6d52c7f571885eab08b.tar.gz | |
st.4: ffix
an.tmac:man4/st.4:715: style: use of deprecated macro: .HP
an.tmac:man4/st.4:721: style: use of deprecated macro: .HP
an.tmac:man4/st.4:727: style: use of deprecated macro: .HP
an.tmac:man4/st.4:730: style: use of deprecated macro: .HP
an.tmac:man4/st.4:736: style: use of deprecated macro: .HP
an.tmac:man4/st.4:739: style: use of deprecated macro: .HP
an.tmac:man4/st.4:744: style: use of deprecated macro: .HP
an.tmac:man4/st.4:749: style: use of deprecated macro: .HP
an.tmac:man4/st.4:753: style: use of deprecated macro: .HP
an.tmac:man4/st.4:756: style: use of deprecated macro: .HP
an.tmac:man4/st.4:764: style: use of deprecated macro: .HP
Reported-by: 'make lint-man'
Reported-by: groff(1)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man4')
| -rw-r--r-- | man4/st.4 | 48 |
1 files changed, 26 insertions, 22 deletions
@@ -712,57 +712,61 @@ and reports generic (device independent) status information. The header file defines macros for testing these status bits: .RS -.HP 4 -\fBGMT_EOF\fP(\fIx\fP): +.TP +\fBGMT_EOF\fP(\fIx\fP) The tape is positioned just after a filemark (always false after an .B MTSEEK operation). -.HP -\fBGMT_BOT\fP(\fIx\fP): +.TP +\fBGMT_BOT\fP(\fIx\fP) The tape is positioned at the beginning of the first file (always false after an .B MTSEEK operation). -.HP -\fBGMT_EOT\fP(\fIx\fP): +.TP +\fBGMT_EOT\fP(\fIx\fP) A tape operation has reached the physical End Of Tape. -.HP -\fBGMT_SM\fP(\fIx\fP): +.TP +\fBGMT_SM\fP(\fIx\fP) The tape is currently positioned at a setmark (always false after an .B MTSEEK operation). -.HP -\fBGMT_EOD\fP(\fIx\fP): +.TP +\fBGMT_EOD\fP(\fIx\fP) The tape is positioned at the end of recorded data. -.HP -\fBGMT_WR_PROT\fP(\fIx\fP): +.TP +\fBGMT_WR_PROT\fP(\fIx\fP) The drive is write-protected. For some drives this can also mean that the drive does not support writing on the current medium type. -.HP -\fBGMT_ONLINE\fP(\fIx\fP): +.TP +\fBGMT_ONLINE\fP(\fIx\fP) The last .BR open (2) found the drive with a tape in place and ready for operation. -.HP -\fBGMT_D_6250\fP(\fIx\fP), \fBGMT_D_1600\fP(\fIx\fP), \fBGMT_D_800\fP(\fIx\fP): +.TP +\fBGMT_D_6250\fP(\fIx\fP) +.TQ +\fBGMT_D_1600\fP(\fIx\fP) +.TQ +\fBGMT_D_800\fP(\fIx\fP) This \(lqgeneric\(rq status information reports the current density setting for 9-track \(12" tape drives only. -.HP -\fBGMT_DR_OPEN\fP(\fIx\fP): +.TP +\fBGMT_DR_OPEN\fP(\fIx\fP) The drive does not have a tape in place. -.HP -\fBGMT_IM_REP_EN\fP(\fIx\fP): +.TP +\fBGMT_IM_REP_EN\fP(\fIx\fP) Immediate report mode. This bit is set if there are no guarantees that the data has been physically written to the tape when the write call returns. It is set zero only when the driver does not buffer data and the drive is set not to buffer data. -.HP -\fBGMT_CLN\fP(\fIx\fP): +.TP +\fBGMT_CLN\fP(\fIx\fP) The drive has requested cleaning. Implemented in kernels since 2.4.19 and 2.5.43. .RE |
