Deleted Added
full compact
scsi_target.8 (107781) scsi_target.8 (121184)
1.\" Copyright (c) 2002
2.\" Nate Lawson. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
1.\" Copyright (c) 2002
2.\" Nate Lawson. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/share/examples/scsi_target/scsi_target.8 107781 2002-12-12 14:36:08Z ru $
28.\" $FreeBSD: head/share/examples/scsi_target/scsi_target.8 121184 2003-10-18 04:54:08Z simokawa $
29.\"
30.Dd November 15, 2002
31.Dt SCSI_TARGET 8
32.Os
33.Sh NAME
34.Nm scsi_target
35.Nd usermode SCSI disk emulator
36.Sh SYNOPSIS

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

89.It Fl d
90Enable debugging output in
91.Nm
92and its associated control device.
93.It Fl s Ar volsize
94Use a different size for the emulated volume.
95Must be less than or equal to the size of
96.Ar filename .
29.\"
30.Dd November 15, 2002
31.Dt SCSI_TARGET 8
32.Os
33.Sh NAME
34.Nm scsi_target
35.Nd usermode SCSI disk emulator
36.Sh SYNOPSIS

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

89.It Fl d
90Enable debugging output in
91.Nm
92and its associated control device.
93.It Fl s Ar volsize
94Use a different size for the emulated volume.
95Must be less than or equal to the size of
96.Ar filename .
97If the number ends with a
98.Dq Li k ,
99.Dq Li m ,
100.Dq Li g ,
101.Dq Li t ,
102.Dq Li p ,
103or
104.Dq Li e ,
105the number is multiplied by 2^10 (1K), 2^20 (1M), 2^30 (1G), 2^40 (1T),
1062^50 (1P) and 2^60 (1E)
107respectively.
97.El
98.Pp
99Required arguments:
100.Bl -tag -width indent
101.It Ar bus : Ns Ar target : Ns Ar lun
102Attach to specified bus ID, target ID, and LUN.
103.It Ar filename
104File to use as a backing store.

--- 43 unchanged lines hidden ---
108.El
109.Pp
110Required arguments:
111.Bl -tag -width indent
112.It Ar bus : Ns Ar target : Ns Ar lun
113Attach to specified bus ID, target ID, and LUN.
114.It Ar filename
115File to use as a backing store.

--- 43 unchanged lines hidden ---