diff mbox series

docs: remove tmem references from man pages

Message ID 20191002134156.31073-1-jgross@suse.com (mailing list archive)
State New, archived
Headers show
Series docs: remove tmem references from man pages | expand

Commit Message

Juergen Gross Oct. 2, 2019, 1:41 p.m. UTC
The "TO BE DOCUMENTED" section of the xl man page still references
tmem. So does the xl.conf man page. Remove the references.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 docs/man/xl.1.pod.in   | 12 ------------
 docs/man/xl.conf.5.pod |  2 +-
 2 files changed, 1 insertion(+), 13 deletions(-)

Comments

Wei Liu Oct. 2, 2019, 1:44 p.m. UTC | #1
On Wed, Oct 02, 2019 at 03:41:56PM +0200, Juergen Gross wrote:
> The "TO BE DOCUMENTED" section of the xl man page still references
> tmem. So does the xl.conf man page. Remove the references.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Nice catch. Thanks.

Acked-by: Wei Liu <wl@xen.org>
Juergen Gross Oct. 2, 2019, 1:57 p.m. UTC | #2
On 02.10.19 15:44, Wei Liu wrote:
> On Wed, Oct 02, 2019 at 03:41:56PM +0200, Juergen Gross wrote:
>> The "TO BE DOCUMENTED" section of the xl man page still references
>> tmem. So does the xl.conf man page. Remove the references.
>>
>> Signed-off-by: Juergen Gross <jgross@suse.com>
> 
> Nice catch. Thanks.
> 
> Acked-by: Wei Liu <wl@xen.org>

Release-acked-by: Juergen Gross <jgross@suse.com>


Juergen
diff mbox series

Patch

diff --git a/docs/man/xl.1.pod.in b/docs/man/xl.1.pod.in
index 2f7375ed0a..2280022f8e 100644
--- a/docs/man/xl.1.pod.in
+++ b/docs/man/xl.1.pod.in
@@ -1921,18 +1921,6 @@  ignored:
 
 =back
 
-=head1 TO BE DOCUMENTED
-
-We need better documentation for:
-
-=over 4
-
-=item B<tmem>
-
-Transcendent Memory.
-
-=back
-
 =head1 SEE ALSO
 
 The following man pages:
diff --git a/docs/man/xl.conf.5.pod b/docs/man/xl.conf.5.pod
index b1bde7d657..8c20d77a25 100644
--- a/docs/man/xl.conf.5.pod
+++ b/docs/man/xl.conf.5.pod
@@ -172,7 +172,7 @@  attempted as normal and may fail due to memory exhaustion.
 
 =item C<1>
 
-Normal memory and freeable pool of ephemeral pages (tmem) is used when
+Free memory as reported by the hypervisor is used for
 calculating whether there is enough memory free to launch a guest.
 This guarantees immediate feedback whether the guest can be launched due
 to memory exhaustion (which can take a long time to find out if launching