diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-10 16:37:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-10 16:37:51 +0000 |
commit | 87b56f36cc66554fdc2c435476a96a4f48789fea (patch) | |
tree | 53f09edf125262aa15a671ef2f04b7550895ba24 /manual/sysinfo.texi | |
parent | 51410f14533aadca209e3ac3775b16cac50613e5 (diff) |
Update.
* sysdeps/unix/bsd/times.c: Reorder includes and add <time.h>.
(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 <kettenis@gnu.org>
Diffstat (limited to 'manual/sysinfo.texi')
-rw-r--r-- | manual/sysinfo.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi index 187314a623..346a28cb25 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 |