diff options
| author | Robert Nordier <rnordier@FreeBSD.org> | 1998-11-30 17:52:45 +0000 |
|---|---|---|
| committer | Robert Nordier <rnordier@FreeBSD.org> | 1998-11-30 17:52:45 +0000 |
| commit | 93a4ebf34583fdde55dfbeaef6d545e315ff0cb0 (patch) | |
| tree | c21c7d56a9b9e5e67d7129788794144476b6b998 | |
| parent | 3e0f4b28d66ca0cd7e5abeebc94e107f61523fe1 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/intro.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/intro.4 b/share/man/man4/intro.4 index cc44936ef1c3..e89d3c0b9676 100644 --- a/share/man/man4/intro.4 +++ b/share/man/man4/intro.4 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: intro.4,v 1.9 1997/09/29 10:10:14 wosch Exp $ +.\" $Id: intro.4,v 1.10 1998/03/12 07:30:17 charnier Exp $ .\" .Dd January 20, 1996 .Dt INTRO 4 @@ -112,9 +112,9 @@ implement a buffered device. For the latter group of devices, the differentiation is conventionally done by prepending the latter .Ql r to the path name of the device node, for example -.Pa /dev/rsd0 +.Pa /dev/rda0 denotes the raw device for the first SCSI disk, while -.Pa /dev/sd0 +.Pa /dev/da0 is the corresponding device node for the buffered device. .Pp Unbuffered devices should be used for all actions that are not related |
