summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-24 05:25:30 +0000
committerRoland McGrath <roland@gnu.org>1994-10-24 05:25:30 +0000
commitca933452209791a200eaebb8881032e37a0d370a (patch)
tree444ab359007a81d57135cb03310e12709ca3dbae /manual
parente0ef1e42ae185ec0000be726d2fbbb7a0874365e (diff)
Fix xrefs.
Diffstat (limited to 'manual')
-rw-r--r--manual/signal.texi2
-rw-r--r--manual/terminal.texi4
2 files changed, 3 insertions, 3 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index 456cb89b88..bca02c528b 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -2074,7 +2074,7 @@ return from that handler will resume a primitive; otherwise, return from
that handler will cause @code{EINTR}. @xref{Flags for Sigaction}.
Another way to specify the choice is with the @code{siginterrupt}
-function. @xref{POSIX vs BSD}.
+function. @xref{BSD Handler}.
@c !!! not true now about _BSD_SOURCE
When you don't specify with @code{sigaction} or @code{siginterrupt} what
diff --git a/manual/terminal.texi b/manual/terminal.texi
index 1867a5e6ed..a9b91791fb 100644
--- a/manual/terminal.texi
+++ b/manual/terminal.texi
@@ -909,7 +909,7 @@ character following a whitespace character. If the bit is set, then the
beginning of a word is an alphanumeric character or underscore following
a character which is none of those.
-@xref{Editting Characters}, for more information about the WERASE character.
+@xref{Editing Characters}, for more information about the WERASE character.
@end deftypevr
@comment termios.h
@@ -931,7 +931,7 @@ Setting this bit disables handling of the STATUS character.
@deftypevr Macro tcflag_t PENDIN
If this bit is set, it indicates that there is a line of input that
needs to be reprinted. Typing the REPRINT character sets this bit; the
-bit remains set until reprinting is finished. @xref{BSD Editing}.
+bit remains set until reprinting is finished. @xref{Editing Characters}.
@end deftypevr
@c EXTPROC is too obscure to document now. --roland