summaryrefslogtreecommitdiffstats
path: root/upstream/debian-bookworm/man1/setfdprm.1
blob: e0b6183ce87a2b95de533eab8b31d30767054a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
.TH setfdprm 1 "27Jan21" fdutils-5.6
.SH Name
setfdprm - sets user-provided floppy disk parameters
'\" t
.de TQ
.br
.ns
.TP \\$1
..

.tr \(is'
.tr \(if`
.tr \(pd"

.SH Note
This manpage has been automatically generated from fdutils's texinfo
documentation.  However, this process is only approximative, and some
items, such as cross-references, footnotes and indices are lost in this
translation process.  Indeed, these items have no appropriate
representation in the manpage format.  Moreover, only the items specific
to each command have been translated, and the general information about
fdutils has been dropped in the manpage version.  Thus I strongly advise
you to use the original texinfo doc.
.TP
* \ \ 
To generate a printable copy from the texinfo doc, run the following
commands:
 
.nf
.ft 3
.in +0.3i
    ./configure; make dvi; dvips fdutils.dvi
.fi
.in -0.3i
.ft R
 
\&\fR
.TP
* \ \ 
To generate a HTML copy,  run:
 
.nf
.ft 3
.in +0.3i
    ./configure; make html
.fi
.in -0.3i
.ft R
 
\&\fRA pre-made HTML can be found at:
\&\fR\&\f(CW\(ifhttp://www.tux.org/pub/knaff/fdutils\(is\fR
.TP
* \ \ 
To generate an info copy (browsable using emacs' info mode), run:
 
.nf
.ft 3
.in +0.3i
    ./configure; make info
.fi
.in -0.3i
.ft R
 
\&\fR
.PP
The texinfo doc looks most pretty when printed or as HTML.  Indeed, in
the info version certain examples are difficult to read due to the
quoting conventions used in info.
.SH Description
.PP
 
.nf
.ft 3
.in +0.3i
\&\fR\&\f(CWsetfdprm [\fR\&\f(CW\-p] \fIdevice\fR\&\f(CW \fImedia\-description\fR\&\f(CW
\&\&
\&\fR\&\f(CWsetfdprm [\fR\&\f(CW\-c | \fR\&\f(CW\-y | \fR\&\f(CW\-n] \fIdevice\fR\&\f(CW
\&\&
.fi
.in -0.3i
.ft R
 
\&\fR
.PP
\&\fR\&\f(CWsetfdprm\fR is a utility that can be used to load disk parameters
into the auto-detecting floppy devices and "fixed parameter" floppy
devices, to clear old parameter sets and to disable or enable diagnostic
messages.  These parameters are derived from a media-description,
see section  Media description for more details.
.PP
Without any options, \fR\&\f(CWsetfdprm\fR loads the \fIdevice\fR (for example
\&\fR\&\f(CW\(if/dev/fd0\(is\fR or \fR\&\f(CW\(if/dev/fd1\(is\fR) with a new parameter set with the
\&\fIname\fR entry found in \fR\&\f(CW\(if/etc/mediaprm\(is\fR (usually named 360/360,
etc.).  For autodetecting floppy devices, these parameters stay in
effect until the media is changed. For "fixed parameter" devices, they
stay in effect until they are changed again.
.PP
\&\fR\&\f(CWSetfdprm\fR can also be used by the superuser to redefine the
default formats.
.PP
.SH Options
.IP
.TP
\&\fR\&\f(CW\-p\ \fIdevice\ name\fR\&\f(CW\fR\ 
Permanently loads a new parameter set for the specified auto-configuring
floppy device for the configuration with \fIname\fR in
\&\fR\&\f(CW\(if/etc/mediaprm\(is\fR. Alternatively, the parameters can be given directly
from the command line.
.TP
\&\fR\&\f(CW\-c\ \fIdevice\fR\&\f(CW\fR\ 
Clears the parameter set of the specified auto-configuring floppy device.
.TP
\&\fR\&\f(CW\-y\ \fIdevice\fR\&\f(CW\fR\ 
Enables format detection messages for the specified auto-configuring floppy
device.
.TP
\&\fR\&\f(CW\-n\ \fIdevice\fR\&\f(CW\fR\ 
Disables format detection messages for the specified auto-configuring
floppy device.
.PP
.SH Media description
Please see the Media description section in the full fdutils
documentation:
.TQ
- Texinfo documentation (info fdutils)
.TQ
- HTML documentation in /usr/share/doc/fdutils/Fdutils.html
.TQ
- or DVI documentation in /usr/share/doc/fdutils/Fdutils.dvi.gz
.PP
.SH Bugs
This documentation is grossly incomplete.
.SH See Also
Fdutils' texinfo doc