diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 19:05:13 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 19:05:13 +0000 |
commit | 0018ec776f6a79ab572cb3efe734143c3480ac26 (patch) | |
tree | f71c95d5145f306955f96c26ee6f94274f30d857 /libpager | |
parent | adcf3f2a55cfcce391e5205fdc6ca986ca7f9f26 (diff) |
Wed Aug 20 14:47:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* pager.h: Doc fix.
Diffstat (limited to 'libpager')
-rw-r--r-- | libpager/ChangeLog | 4 | ||||
-rw-r--r-- | libpager/pager.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libpager/ChangeLog b/libpager/ChangeLog index 25329486..141cf04d 100644 --- a/libpager/ChangeLog +++ b/libpager/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 20 14:47:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * pager.h: Doc fix. + Thu Feb 6 12:01:36 1997 Miles Bader <miles@gnu.ai.mit.edu> * pagemap.c (_pager_pagemap_resize): Return errors. diff --git a/libpager/pager.h b/libpager/pager.h index c6bd4971..cec7f8e7 100644 --- a/libpager/pager.h +++ b/libpager/pager.h @@ -1,5 +1,5 @@ /* Definitions for multi-threaded pager library - Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -38,7 +38,7 @@ int pager_demuxer (mach_msg_header_t *inp, created. MAY_CACHE and COPY_STRATEGY are the original values of those attributes as for memory_object_ready. Users may create references to pagers by use of the relevant ports library - functions. */ + functions. On errors, return null and set errno. */ struct pager * pager_create (struct user_pager_info *u_pager, struct port_bucket *bucket, |