~ubuntu-branches/ubuntu/raring/dosfstools/raring-proposed

« back to all changes in this revision

Viewing changes to dosfsck/dosfsck.8

  • Committer: Bazaar Package Importer
  • Author(s): Roman Hodek
  • Date: 2005-04-03 13:56:55 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050403135655-qvztyae9ns6gj65n
Tags: 2.11-2
* Oops, debian/rules overrides OPTFLAGS and therefore the
  -D_FILE_OFFSET_BITS=64 in the toplevel Makefile had no effect; added
  $(shell getconf LFS_CFLAGS) to OPTFLAGS as suggested by Lars Wirzenius in
  #300126. Sorry, I tested a version compiled by the upstream Makefile...
  Closes: #300126, #301254.
* #302517 was indeed the same as #294177, and fix is the same (use __u8) as
  in 2.11-1. Closes: #302517.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
.SH SYNOPSIS
5
5
.ad l
6
6
.B dosfsck
7
 
.RB [ \-aAflrtvVwy ]
 
7
.RB [ \-aAflnrtvVwy ]
8
8
.RB [ \-d\ \fIpath\fB\ \-d\ \fI...\fB ]
9
9
.RB [ \-u\ \fIpath\fB\ \-u\ \fI...\fB ]
10
10
.I device
95
95
added to the free disk space except in auto mode (\fB-a\fP).
96
96
.IP \fB\-l\fP
97
97
List path names of files being processed.
 
98
.IP \fB\-n\fP
 
99
No-operation mode: non-interactively check for errors, but don't write
 
100
anything to the filesystem. 
98
101
.IP \fB\-r\fP
99
102
Interactively repair the file system. The user is asked for advice whenever
100
 
there is more than one approach to fix an inconsistency.  This is the default
101
 
behaviour.
 
103
there is more than one approach to fix an inconsistency.
102
104
.IP \fB\-t\fP
103
105
Mark unreadable clusters as bad.
104
106
.IP \fB-u\fP
138
140
.SH AUTHORS
139
141
Werner Almesberger <werner.almesberger@lrc.di.epfl.ch>
140
142
Extensions (FAT32, VFAT) by and current maintainer:
141
 
Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
 
143
Roman Hodek <roman@hodek.net>