Deleted Added
sdiff udiff text old ( 60841 ) new ( 92686 )
full compact
1.TH IPFS 8
2.SH NAME
3ipfs \- saves and restores information for NAT and state tables.
4.SH SYNOPSIS
5.B ipfs
6[-nv] -l
7.PP
8.B ipfs

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

47.SH OPTIONS
48.TP
49.B \-d
50Change the default directory used with
51.B \-R
52and
53.B \-W
54options for saving state information.
55.B \-n
56Don't actually take any action that would effect information stored in
57the kernel or on disk.
58.TP
59.B \-v
60Provides a verbose description of what's being done.
61.TP
62.B \-N
63Operate on NAT information.
64.TP
65.B \-S
66Operate on filtering state information.
67.TP
68.B \-u
69Unlock state tables in the kernel.
70.TP
71.B \-l
72Unlock state tables in the kernel.
73.TP
74.B \-r
75Read information in from the specified file and load it into the
76kernel. This requires the state tables to have already been locked
77and does not change the lock once comlete.
78.TP
79.B \-w
80Write information out to the specified file and from the kernel.

--- 39 unchanged lines hidden ---