From 6b5e86d3872cef20ab8c9ff624baecfde4b351a8 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 26 Oct 2001 02:48:09 +0000 Subject: Add references to lpsm(7) to all man pages. --- lpsm_alloc_stats.3.in | 3 ++- lpsm_arena_init.3.in | 3 ++- lpsm_checkpoint.3.in | 3 ++- lpsm_init.3.in | 3 ++- lpsm_malloc.3.in | 3 ++- lpsm_recover.3.in | 3 ++- lpsm_shutdown.3.in | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/lpsm_alloc_stats.3.in b/lpsm_alloc_stats.3.in index 593c7df..a807fad 100644 --- a/lpsm_alloc_stats.3.in +++ b/lpsm_alloc_stats.3.in @@ -66,4 +66,5 @@ is set to .BR ENOMEM . .SH "SEE ALSO" .BR lpsm_malloc (3), -.BR malloc (3). +.BR malloc (3), +.BR lpsm (7). diff --git a/lpsm_arena_init.3.in b/lpsm_arena_init.3.in index 70b3f20..33b6274 100644 --- a/lpsm_arena_init.3.in +++ b/lpsm_arena_init.3.in @@ -68,6 +68,7 @@ to the appropriate value for the error that occurred. .BR lpsm_checkpoint (3), .BR lpsm_extend (3), .BR lpsm_shutdown (3), -.BR lpsm_recover (3). +.BR lpsm_recover (3), +.BR lpsm (7). .SH BUGS The persistent memory system is not currently thread-safe. diff --git a/lpsm_checkpoint.3.in b/lpsm_checkpoint.3.in index 983cf79..e6c1450 100644 --- a/lpsm_checkpoint.3.in +++ b/lpsm_checkpoint.3.in @@ -110,7 +110,8 @@ cannot be relied upon to contain meaningful information on error. .SH "SEE ALSO" .BR lpsm_init (3), .BR lpsm_arena_init (3), -.BR lpsm_shutdown (3). +.BR lpsm_shutdown (3), +.BR lpsm (7). .SH "BUGS" Failures within the checkpoint process are currently not handled very gracefully. diff --git a/lpsm_init.3.in b/lpsm_init.3.in index abd87c5..383f17b 100644 --- a/lpsm_init.3.in +++ b/lpsm_init.3.in @@ -59,6 +59,7 @@ is set to .BR lpsm_arena_init (3), .BR lpsm_checkpoint (3), .BR lpsm_shutdown (3), -.BR lpsm_recover (3). +.BR lpsm_recover (3), +.BR lpsm (7). .SH BUGS The persistent memory system is not currently thread-safe. diff --git a/lpsm_malloc.3.in b/lpsm_malloc.3.in index 2112f2f..49bd8d9 100644 --- a/lpsm_malloc.3.in +++ b/lpsm_malloc.3.in @@ -145,7 +145,8 @@ behaviour of the equivalent transient memory allocation functions. .SH "SEE ALSO" .BR lpsm_alloc_stats (3), .BR lpsm_init (3), -.BR malloc (3). +.BR malloc (3), +.BR lpsm (7). .SH NOTES The allocator used can handle allocations down to single byte size with high efficiency. Large allocations are rounded to the nearest diff --git a/lpsm_recover.3.in b/lpsm_recover.3.in index 7171d61..8ba1fa1 100644 --- a/lpsm_recover.3.in +++ b/lpsm_recover.3.in @@ -46,4 +46,5 @@ These routines perform log recovery as part of their standard startup sequence. .SH "SEE ALSO" .BR lpsm_init (3), -.BR lpsm_arena_init (3). +.BR lpsm_arena_init (3), +.BR lpsm (7). diff --git a/lpsm_shutdown.3.in b/lpsm_shutdown.3.in index 35b5e84..21d6a4d 100644 --- a/lpsm_shutdown.3.in +++ b/lpsm_shutdown.3.in @@ -51,6 +51,7 @@ does not return a value. .SH "SEE ALSO" .BR lpsm_init (3), .BR lpsm_arena_init (3), -.BR lpsm_checkpoint (3). +.BR lpsm_checkpoint (3), +.BR lpsm (7). .SH BUGS The persistent memory system is not currently thread-safe. -- cgit v1.2.3