OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / fdutils / original / man1 / setfdprm.1
1 .TH setfdprm 1 "02jun00" fdutils-5.4
2 .SH Name
3 setfdprm - sets user-provided floppy disk parameters
4 '\" t
5 .de TQ
6 .br
7 .ns
8 .TP \\$1
9 ..
10
11 .tr \(is'
12 .tr \(if`
13 .tr \(pd"
14
15 .SH Note
16 This manpage has been automatically generated from fdutils's texinfo
17 documentation.  However, this process is only approximative, and some
18 items, such as crossreferences, footnotes and indices are lost in this
19 translation process.  Indeed, this items have no appropriate
20 representation in the manpage format.  Moreover, only the items specific
21 to each command have been translated, and the general information about
22 fdutils has been dropped in the manpage version.  Thus I strongly advise
23 you to use the original texinfo doc.
24 .TP
25 * \ \ 
26 To generate a printable copy from the texinfo doc, run the following
27 commands:
28  
29 .nf
30 .ft 3
31 .in +0.3i
32     ./configure; make dvi; dvips fdutils.dvi
33 .fi
34 .in -0.3i
35 .ft R
36 .lp
37  
38 \&\fR
39 .TP
40 * \ \ 
41 To generate a html copy,  run:
42  
43 .nf
44 .ft 3
45 .in +0.3i
46     ./configure; make html
47 .fi
48 .in -0.3i
49 .ft R
50 .lp
51  
52 \&\fRA premade html can be found at:
53 \&\fR\&\f(CW\(ifhttp://www.tux.org/pub/knaff/fdutils\(is\fR
54 .TP
55 * \ \ 
56 To generate an info copy (browsable using emacs' info mode), run:
57  
58 .nf
59 .ft 3
60 .in +0.3i
61     ./configure; make info
62 .fi
63 .in -0.3i
64 .ft R
65 .lp
66  
67 \&\fR
68 .PP
69 The texinfo doc looks most pretty when printed or as html.  Indeed, in
70 the info version certain examples are difficult to read due to the
71 quoting conventions used in info.
72 .SH Description
73 .iX "p setfdprm"
74 .iX "c setting the geometry information"
75 .iX "c geometry information (setting)"
76 .PP
77  
78 .nf
79 .ft 3
80 .in +0.3i
81 \&\fR\&\f(CWsetfdprm [\fR\&\f(CW-p] \fIdevice\fR\&\f(CW \fImedia-description\fR\&\f(CW
82 \&\&
83 \&\fR\&\f(CWsetfdprm [\fR\&\f(CW-c | \fR\&\f(CW-y | \fR\&\f(CW-n] \fIdevice\fR\&\f(CW
84 \&\&
85 .fi
86 .in -0.3i
87 .ft R
88 .lp
89  
90 \&\fR
91 .PP
92 \&\fR\&\f(CWsetfdprm\fR is a utility that can be used to load disk parameters
93 into the auto-detecting floppy devices and "fixed parameter" floppy
94 devices, to clear old parameter sets and to disable or enable diagnostic
95 messages.  These parameters are derived from a media-description,
96 see section  Media description for more details.
97 .PP
98 Without any options, \fR\&\f(CWsetfdprm\fR loads the \fIdevice\fR (for example
99 \&\fR\&\f(CW\(if/dev/fd0\(is\fR or \fR\&\f(CW\(if/dev/fd1\(is\fR) with a new parameter set with the
100 \&\fIname\fR entry found in \fR\&\f(CW\(if/etc/fdprm\(is\fR (usually named 360/360,
101 etc.).  For autodetecting floppy devices, these parameters stay in
102 effect until the media is changed. For "fixed parameter" devices, they
103 stay in effect until they are changed again.
104 .PP
105 \&\fR\&\f(CWSetfdprm\fR can also be used by the superuser to redefine the
106 default formats.
107 .PP
108 .SH Options
109 .IP
110 .TP
111 \&\fR\&\f(CW-p\ \fIdevice\ name\fR\&\f(CW\fR\ 
112 Permanently loads a new parameter set for the specified auto-configuring
113 floppy device for the configuration with \fIname\fR in
114 \&\fR\&\f(CW\(if/etc/fdprm\(is\fR. Alternatively, the parameters can be given directly
115 from the command line.
116 .TP
117 \&\fR\&\f(CW-c\ \fIdevice\fR\&\f(CW\fR\ 
118 Clears the parameter set of the specified auto-configuring floppy device.
119 .TP
120 \&\fR\&\f(CW-y\ \fIdevice\fR\&\f(CW\fR\ 
121 Enables format detection messages for the specified auto-configuring floppy
122 device.
123 .TP
124 \&\fR\&\f(CW-n\ \fIdevice\fR\&\f(CW\fR\ 
125 Disables format detection messages for the specified auto-configuring
126 floppy device.
127 .PP
128 .SH Bugs
129 This documentation is grossly incomplete.
130 .SH See Also
131 Fdutils' texinfo doc