diff options
Diffstat (limited to 'lpsm_recover.3.in')
-rw-r--r-- | lpsm_recover.3.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lpsm_recover.3.in b/lpsm_recover.3.in index 8e6a9af..7171d61 100644 --- a/lpsm_recover.3.in +++ b/lpsm_recover.3.in @@ -12,7 +12,7 @@ .\" $Id$ .TH LPSM_RECOVER 3 "25 October 2001" "LPSM @@VERSION@@" "Linux Persistent Memory" .SH NAME -lpsm_recovery \- Perform offline recovery of an LPSM database +lpsm_recover \- Perform offline recovery of an LPSM database .SH SYNOPSIS .nf .B #include <lpsm.h> @@ -30,10 +30,10 @@ is identical to the contents of the LPSM arena, and is truncated to its minimum size. .PP It is safe to call -.B lpsm_recovery() +.B lpsm_recover() while a different arena is mapped. .SH "RETURN VALUES" -.B lpsm_recovery() +.B lpsm_recover() returns 0 on success and -1 on failure; in the latter case .I errno is set to indicate the nature of the error. |