Deleted Added
sdiff udiff text old ( 79754 ) new ( 89827 )
full compact
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 $
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 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 ---