From 7c70b8f716071ee1944fc97021c0857b385b755c Mon Sep 17 00:00:00 2001 From: wkoszek Date: Sun, 8 Jun 2008 21:08:20 +0000 Subject: [PATCH] Change header file references from .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 --- share/man/man4/ddb.4 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 3e66c4df68f..e0a8a257c36 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 , -- 2.45.2