summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ddb.4
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2008-06-08 21:08:20 +0000
committerwkoszek <wkoszek@FreeBSD.org>2008-06-08 21:08:20 +0000
commit7c70b8f716071ee1944fc97021c0857b385b755c (patch)
treeac0cf6ab007c1d2e9999734f829508a269ec5443 /share/man/man4/ddb.4
parentce8c3c4d7249ace6725e53c42bb3deb3021c2656 (diff)
downloadFreeBSD-src-7c70b8f716071ee1944fc97021c0857b385b755c.zip
FreeBSD-src-7c70b8f716071ee1944fc97021c0857b385b755c.tar.gz
Change header file references from <filename>.h to
path relative to /usr/include. It looks much better anyway. Instead of referencing "socket", which is bogus, reference 'sys/socket.h', which is what should be placed here from the beggining. Suggested by: maxim
Diffstat (limited to 'share/man/man4/ddb.4')
-rw-r--r--share/man/man4/ddb.420
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 3e66c4d..e0a8a25 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -576,7 +576,7 @@ Such a structure is used within the
kernel for the I/O subsystem
implementation.
For an exact interpretation of the output, please see the
-.Pa buf.h
+.Pa sys/buf.h
header file.
.\"
.Pp
@@ -594,7 +594,7 @@ Print protocol domain structure
at address
.Ar addr .
See the
-.Pa domain.h
+.Pa sys/domain.h
header file for more details on the exact meaning of the structure fields.
.\"
.Pp
@@ -886,7 +886,7 @@ objects placed at
.Ar addr .
Output consists of all values present in structures mentioned.
For exact interpretation and more details, visit
-.Pa socket.h
+.Pa sys/socket.h
header file.
.\"
.Pp
@@ -903,7 +903,7 @@ Print TCP control block
lying at address
.Ar addr .
For exact interpretation of output, visit
-.Pa tcp.h
+.Pa netinet/tcp.h
header file.
.\"
.Pp
@@ -997,7 +997,7 @@ Prints vnode
structure lying at
.Op Ar addr .
For the exact interpretation of the output, look at the
-.Pa vnode.h
+.Pa sys/vnode.h
header file.
.\"
.Pp
@@ -1360,15 +1360,15 @@ directory.
.Pp
.Bl -dash -compact
.It
-.Pa buf.h
+.Pa sys/buf.h
.It
-.Pa domain.h
+.Pa sys/domain.h
.It
-.Pa in_pcb.h
+.Pa netinet/in_pcb.h
.It
-.Pa socket
+.Pa sys/socket.h
.It
-.Pa vnode.h
+.Pa sys/vnode.h
.El
.Sh SEE ALSO
.Xr gdb 1 ,
OpenPOWER on IntegriCloud