Module Name: src
Committed By: snj
Date: Sat Apr 11 06:29:51 UTC 2009
Modified Files:
src/share/man/man4 [netbsd-5]: bpf.4 ses.4
Log Message:
Pull up following revision(s) (requested by joerg in ticket #685):
share/man/man4/ses.4: revision 1.7
share/man/man4/bpf.4: revision 1.40
Fix markup.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.39.26.1 src/share/man/man4/bpf.4
cvs rdiff -u -r1.6 -r1.6.4.1 src/share/man/man4/ses.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/bpf.4
diff -u src/share/man/man4/bpf.4:1.39 src/share/man/man4/bpf.4:1.39.26.1
--- src/share/man/man4/bpf.4:1.39 Fri Aug 4 23:30:53 2006
+++ src/share/man/man4/bpf.4 Sat Apr 11 06:29:51 2009
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\"
-.\" $NetBSD: bpf.4,v 1.39 2006/08/04 23:30:53 wiz Exp $
+.\" $NetBSD: bpf.4,v 1.39.26.1 2009/04/11 06:29:51 snj Exp $
.\"
.\" Copyright (c) 1990, 1991, 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -305,7 +305,7 @@
now supports several standard
.Xr ioctl 2 Ns 's
which allow the user to do async and/or non-blocking I/O to an open
-.I bpf
+.Nm bpf
file descriptor.
.Bl -tag -width indent -offset indent
.It Dv FIONREAD (int)
Index: src/share/man/man4/ses.4
diff -u src/share/man/man4/ses.4:1.6 src/share/man/man4/ses.4:1.6.4.1
--- src/share/man/man4/ses.4:1.6 Fri May 2 19:04:17 2008
+++ src/share/man/man4/ses.4 Sat Apr 11 06:29:51 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: ses.4,v 1.6 2008/05/02 19:04:17 martin Exp $
+.\" $NetBSD: ses.4,v 1.6.4.1 2009/04/11 06:29:51 snj Exp $
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@@ -60,7 +60,7 @@
The following
.Xr ioctl 2
calls apply to
-.B SES
+.Em SES
devices.
They are defined in the header file
.Aq Pa scsipi/ses.h
@@ -69,12 +69,12 @@
.Bl -tag -width SESIOC_GETENCSTAT
.It Dv SESIOC_GETNOBJ
Used to find out how many
-.B SES
+.Em SES
objects are driven by this particular device instance.
.It Dv SESIOC_GETOBJMAP
Read, from the kernel, an array of SES objects which contains
the object identifier, which sub-enclosure it is in, and the
-.B SES
+.Em SES
type of the object.
.It Dv SESIOC_GETENCSTAT
Get the overall enclosure status.
@@ -86,7 +86,7 @@
Set the status of a particular object.
.It Dv SESIOC_GETTEXT
Get the associated help text for an object (not yet implemented).
-.B SES
+.Em SES
devices often have descriptive text for an object which can tell
you things like location (e.g, "left power supply").
.It Dv SESIOC_INIT