Imported Upstream version 4.0.31
[platform/upstream/mtools.git] / mclasserase.1
1 '\" t
2 .TH mclasserase 1 "19Jun21" mtools-4.0.31
3 .SH Name
4 mclasserase - erase memory cards
5 '\" t
6 .de TQ
7 .br
8 .ns
9 .TP \\$1
10 ..
11
12 .tr \(is'
13 .tr \(if`
14 .tr \(pd"
15
16 .SH Note\ of\ warning
17 This manpage has been automatically generated from mtools's texinfo
18 documentation, and may not be entirely accurate or complete.  See the
19 end of this man page for details.
20 .PP
21 .SH Description
22 .PP
23 The \fR\&\f(CWmclasserase\fR command is used to wipe memory cards by
24 overwriting it three times: first with \fR\&\f(CW0xff\fR, then with
25 \&\fR\&\f(CW0x00\fR, then with \fR\&\f(CW0xff\fR again. The command uses the following
26 syntax:
27 .PP
28  
29 .nf
30 .ft 3
31 .in +0.3i
32 \&\fR\&\f(CWmclasserase [\fR\&\f(CW-d] \fImsdosdrive\fR\&\f(CW
33 .fi
34 .in -0.3i
35 .ft R
36 .PP
37  
38 \&\fR
39 .PP
40 MS-DOS drive is optional, if none is specified, use \fR\&\f(CWA:\fR. If more than
41 one drive are specified, all but the last are ignored.
42 .PP
43 \&\fR\&\f(CWMclasserase\fR accepts the following command line options:
44 .TP
45 \&\fR\&\f(CWd\fR\ 
46 Stop after each erase cycle, for testing purposes
47 .TP
48 \&\fR\&\f(CWp\fR\ 
49 Not yet implemented
50 .PP
51 \&\fR\&\f(CWMclasserase\fR returns 0 on success or -1 on failure.
52 .PP
53 .SH See\ Also
54 Mtools' texinfo doc
55 .SH Viewing\ the\ texi\ doc
56 This manpage has been automatically generated from mtools's texinfo
57 documentation. However, this process is only approximative, and some
58 items, such as crossreferences, footnotes and indices are lost in this
59 translation process.  Indeed, these items have no appropriate
60 representation in the manpage format.  Moreover, not all information has
61 been translated into the manpage version.  Thus I strongly advise you to
62 use the original texinfo doc.  See the end of this manpage for
63 instructions how to view the texinfo doc.
64 .TP
65 * \ \ 
66 To generate a printable copy from the texinfo doc, run the following
67 commands:
68  
69 .nf
70 .ft 3
71 .in +0.3i
72     ./configure; make dvi; dvips mtools.dvi
73 .fi
74 .in -0.3i
75 .ft R
76 .PP
77  
78 \&\fR
79 .TP
80 * \ \ 
81 To generate a html copy,  run:
82  
83 .nf
84 .ft 3
85 .in +0.3i
86     ./configure; make html
87 .fi
88 .in -0.3i
89 .ft R
90 .PP
91  
92 \&\fRA premade html can be found at
93 \&\fR\&\f(CW\(ifhttp://www.gnu.org/software/mtools/manual/mtools.html\(is\fR
94 .TP
95 * \ \ 
96 To generate an info copy (browsable using emacs' info mode), run:
97  
98 .nf
99 .ft 3
100 .in +0.3i
101     ./configure; make info
102 .fi
103 .in -0.3i
104 .ft R
105 .PP
106  
107 \&\fR
108 .PP
109 The texinfo doc looks most pretty when printed or as html.  Indeed, in
110 the info version certain examples are difficult to read due to the
111 quoting conventions used in info.
112 .PP