diff options
author | H. Peter Anvin <hpa@zytor.com> | 2001-10-25 18:34:11 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2001-10-25 18:34:11 +0000 |
commit | 9f4b121beb7c16b26f25a694ceba998d3d1a23c8 (patch) | |
tree | 1bdec3198144dc7dd2c846ba84ca27edab4bde64 /lpsm_init.3.in | |
parent | 731beed733a3fa023eeeb63477cfbc80e0edc43a (diff) | |
download | lpsm-9f4b121beb7c16b26f25a694ceba998d3d1a23c8.tar.gz lpsm-9f4b121beb7c16b26f25a694ceba998d3d1a23c8.tar.xz lpsm-9f4b121beb7c16b26f25a694ceba998d3d1a23c8.zip |
- Clean up documentation.lpsm-0.1.8
- Add lpsm_recover().
- Add zalloc test.
- Be better about returning useful error information in errno.
Diffstat (limited to 'lpsm_init.3.in')
-rw-r--r-- | lpsm_init.3.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lpsm_init.3.in b/lpsm_init.3.in index a91b21f..e07473a 100644 --- a/lpsm_init.3.in +++ b/lpsm_init.3.in @@ -149,9 +149,21 @@ on failure, or the pid of the spawned asychronous process. .PP .B lpsm_shutdown() does not return a value. +.SH "ERRORS" +On error, +.B lpsm_init() +will set +.I errno +to the appropriate error value. In particular, if the files specified +do not contain a valid managed-mode LPSM arena compatible with this +machine architecture, +.I errno +is set to +.BR EINVAL . .SH "SEE ALSO" .BR lpsm_malloc (3), -.BR lpsm_arena_init (3). +.BR lpsm_arena_init (3), +.BR lpsm_recover (3). .SH BUGS Checkpointing failures are currently not handled gracefully. .PP |