summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2008-04-29 08:16:05 +0000
committerpjd <pjd@FreeBSD.org>2008-04-29 08:16:05 +0000
commit3d7aa5ca505648066c82269a120f8a4973bcd0f3 (patch)
tree0a176707e1288d77a2a55dced5289447eb9fb5a3 /share
parent29dfde610d9a69d40c9c14e275fa743f43f70fa8 (diff)
downloadFreeBSD-src-3d7aa5ca505648066c82269a120f8a4973bcd0f3.zip
FreeBSD-src-3d7aa5ca505648066c82269a120f8a4973bcd0f3.tar.gz
Fix some section references.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/termios.46
-rw-r--r--share/man/man9/BUS_SETUP_INTR.94
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4
index f6cf216..e905ccf 100644
--- a/share/man/man4/termios.4
+++ b/share/man/man4/termios.4
@@ -353,8 +353,8 @@ the
and
.Dv KILL
characters (see the
-.Sx "Special Characters section" ) ,
-is received.
+.Sx "Special Characters"
+section), is received.
This processing affects data in the input queue that has not yet been
delimited by a newline
.Dv NL ,
@@ -508,7 +508,7 @@ When a process writes one or more bytes to a terminal device file, they
are processed according to the
.Fa c_oflag
field (see the
-.Sx "Output Modes
+.Sx "Output Modes"
section).
The
implementation may provide a buffering mechanism; as such, when a call to
diff --git a/share/man/man9/BUS_SETUP_INTR.9 b/share/man/man9/BUS_SETUP_INTR.9
index be63ad5..46c4385 100644
--- a/share/man/man9/BUS_SETUP_INTR.9
+++ b/share/man/man9/BUS_SETUP_INTR.9
@@ -91,7 +91,7 @@ that will not execute any potentially blocking operation, use the
.Fa filter
argument.
See the
-.Sx "Filter Routine"
+.Sx "Filter Routines"
section below for information on writing a filter.
Otherwise, use the
.Fa ithread
@@ -101,7 +101,7 @@ will be called with the value
.Fa arg
as its only argument.
See the
-.Sx "ithread Routine"
+.Sx "ithread Routines"
section below for more information on writing an interrupt handler.
.Pp
The
OpenPOWER on IntegriCloud