Deleted Added
full compact
fsdb.8 (79754) fsdb.8 (89827)
1.\" $NetBSD: fsdb.8,v 1.2 1995/10/08 23:18:08 thorpej Exp $
2.\"
3.\" Copyright (c) 1995 John T. Kohl
4.\" 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:

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

21.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
26.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE.
28.\"
1.\" $NetBSD: fsdb.8,v 1.2 1995/10/08 23:18:08 thorpej Exp $
2.\"
3.\" Copyright (c) 1995 John T. Kohl
4.\" 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:

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

21.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
26.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/sbin/fsdb/fsdb.8 79754 2001-07-15 07:53:42Z dd $
29.\" $FreeBSD: head/sbin/fsdb/fsdb.8 89827 2002-01-26 15:53:23Z joerg $
30.\"
31.Dd September 14, 1995
32.Dt FSDB 8
33.Os
34.Sh NAME
35.Nm fsdb
36.Nd FFS debugging/editing tool
37.Sh SYNOPSIS

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

104along the pathname is not found, the last valid directory encountered is
105left as the active inode.
106This command is valid only if the starting inode is a directory.
107.Pp
108.It Cm active
109.It Cm print
110Print out the active inode.
111.Pp
30.\"
31.Dd September 14, 1995
32.Dt FSDB 8
33.Os
34.Sh NAME
35.Nm fsdb
36.Nd FFS debugging/editing tool
37.Sh SYNOPSIS

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

104along the pathname is not found, the last valid directory encountered is
105left as the active inode.
106This command is valid only if the starting inode is a directory.
107.Pp
108.It Cm active
109.It Cm print
110Print out the active inode.
111.Pp
112.It Cm blocks
113Print out the block list of the active inode.
114Note that the printout could become long for large files, since all
115indirect block pointers will also be printed.
112.It Cm uplink
113Increment the active inode's link count.
114.Pp
115.It Cm downlink
116Decrement the active inode's link count.
117.Pp
118.It Cm linkcount Ar number
119Set the active inode's link count to

--- 123 unchanged lines hidden ---
116.It Cm uplink
117Increment the active inode's link count.
118.Pp
119.It Cm downlink
120Decrement the active inode's link count.
121.Pp
122.It Cm linkcount Ar number
123Set the active inode's link count to

--- 123 unchanged lines hidden ---