From 87b56f36cc66554fdc2c435476a96a4f48789fea Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Feb 2001 16:37:51 +0000 Subject: Update. * sysdeps/unix/bsd/times.c: Reorder includes and add . (timeval_to_clock_t): Add clk_tck argument and use that instead of CLK_TCK. (__times): Use __getclktck to get the number of clock ticks per second and use its return value instead of CLK_TCK. 2001-02-10 Mark Kettenis --- manual/sysinfo.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/sysinfo.texi') diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi index 187314a..346a28c 100644 --- a/manual/sysinfo.texi +++ b/manual/sysinfo.texi @@ -159,7 +159,7 @@ The specifics of this function are analogous to @code{gethostname}, above. @comment unistd.h @comment ??? -@deftypefun int setdomainnname (const char *@var{name}, size_t @var{length}) +@deftypefun int setdomainname (const char *@var{name}, size_t @var{length}) @cindex NIS domain name @cindex YP domain name -- cgit v1.1