diff options
author | Miles Bader <miles@gnu.org> | 1997-02-05 16:39:19 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-05 16:39:19 +0000 |
commit | 49a08a30763f306674f85fc4e4bc61aeacd3cbe1 (patch) | |
tree | 2ff0a0fbc204171b8994c21066ecf7a86e07b06e | |
parent | 45f29012af48b78c6c21829ef20a70c31354b0f6 (diff) |
Doc fix.
-rw-r--r-- | libdiskfs/diskfs-pager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/diskfs-pager.h b/libdiskfs/diskfs-pager.h index 6a73569c..4ec0b27b 100644 --- a/libdiskfs/diskfs-pager.h +++ b/libdiskfs/diskfs-pager.h @@ -1,5 +1,5 @@ /* Map the disk image and handle faults accessing it. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Written by Roland McGrath. This program is free software; you can redistribute it and/or @@ -28,7 +28,7 @@ #include <stdlib.h> /* Start a pager for the whole disk, and store it in DISKFS_DISK_PAGER, - preparing a signal preempter so that the `diskfs_catch_exception' macro + preparing a signal preemptor so that the `diskfs_catch_exception' macro below works. SIZE should be the size of the image to map, and the address mapped is returned in IMAGE. INFO, PAGER_BUCKET, & MAY_CACHE are passed to `pager_create'. */ |