about summary refs log tree commit diff
path: root/manual/signal.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-23 08:04:16 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-23 08:04:16 +0000
commitde71a46a6e1d191e142b198c1980831b2dfb62f0 (patch)
tree5e296901eeb7a42f3ff65070f22f2a73d2098172 /manual/signal.texi
parent1eaa106e4128c7b551eeb4a7354bf28d4e504bb0 (diff)
downloadglibc-de71a46a6e1d191e142b198c1980831b2dfb62f0.tar.gz
glibc-de71a46a6e1d191e142b198c1980831b2dfb62f0.tar.xz
glibc-de71a46a6e1d191e142b198c1980831b2dfb62f0.zip
Update.
2000-11-18  Martin Buchholz  <martin@xemacs.org>

	* csu/gmon-start.c (__gmon_start__): Avoid over-clever trick `if
	(called++) return;'

2000-11-21  Alan Modra  <alan@linuxcare.com.au>

	* sysdeps/generic/bsd-_setjmp.c (setjmp): Rename to _setjmp.

	* csu/abi-note.S: Correct comment for operating system number.

	* sysdeps/s390/bits/string.h (strncat): Add missing quotation marks.
Diffstat (limited to 'manual/signal.texi')
-rw-r--r--manual/signal.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index 94972fa43d..90839375e2 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -596,7 +596,7 @@ time used by the current process.  The name is an abbreviation for
 @comment signal.h
 @comment BSD
 @deftypevr Macro int SIGPROF
-This signal is typically indicates expiration of a timer that measures
+This signal typically indicates expiration of a timer that measures
 both CPU time used by the current process, and CPU time expended on
 behalf of the process by the system.  Such a timer is used to implement
 code profiling facilities, hence the name of this signal.