Deleted Added
full compact
fsck.8 (118057) fsck.8 (131488)
1.\" $NetBSD: fsck.8,v 1.19 1999/03/10 00:08:33 erh Exp $
1.\" $NetBSD: fsck.8,v 1.19 1999/03/10 00:08:33 erh Exp $
2.\" $FreeBSD: head/sbin/fsck/fsck.8 118057 2003-07-26 12:57:56Z simon $
2.\" $FreeBSD: head/sbin/fsck/fsck.8 131488 2004-07-02 21:45:06Z ru $
3.\"
4.\" Copyright (c) 1996 Christos Zoulas. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer.

--- 96 unchanged lines hidden (view full) ---

107.Pp
108The disk drive containing each file system is inferred from the shortest prefix
109of the device name that ends in a digit; the remaining characters are assumed
110to be the partition and slice designators.
111.Pp
112The options are as follows:
113.Bl -tag -width indent
114.It Fl d
3.\"
4.\" Copyright (c) 1996 Christos Zoulas. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer.

--- 96 unchanged lines hidden (view full) ---

107.Pp
108The disk drive containing each file system is inferred from the shortest prefix
109of the device name that ends in a digit; the remaining characters are assumed
110to be the partition and slice designators.
111.Pp
112The options are as follows:
113.Bl -tag -width indent
114.It Fl d
115Debugging mode. Just print the commands without executing them. Available
115Debugging mode.
116Just print the commands without executing them.
117Available
116only if
117.Nm
118is compiled to support it.
119.It Fl f
120Force checking of file systems, even when they are marked clean (for file systems
121that support this).
122.It Fl n
123Causes

--- 35 unchanged lines hidden (view full) ---

159so the check program is invoked with the
160.Fl B
161flag to indicate that a check on the active file system should be done.
162When running in background mode,
163only one file system at a time will be checked.
164.It Fl t Ar fstype
165Invoke
166.Nm
118only if
119.Nm
120is compiled to support it.
121.It Fl f
122Force checking of file systems, even when they are marked clean (for file systems
123that support this).
124.It Fl n
125Causes

--- 35 unchanged lines hidden (view full) ---

161so the check program is invoked with the
162.Fl B
163flag to indicate that a check on the active file system should be done.
164When running in background mode,
165only one file system at a time will be checked.
166.It Fl t Ar fstype
167Invoke
168.Nm
167only for the comma separated list of file system types. If the
169only for the comma separated list of file system types.
170If the
168list starts with
169.Dq no
170then invoke
171.Nm
172for the file system types that are not specified in the list.
173.It Fl v
174Print the commands before executing them.
175.It Fl y

--- 19 unchanged lines hidden ---
171list starts with
172.Dq no
173then invoke
174.Nm
175for the file system types that are not specified in the list.
176.It Fl v
177Print the commands before executing them.
178.It Fl y

--- 19 unchanged lines hidden ---