diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-03 15:23:46 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-03 15:23:46 +0100 |
commit | 38ee1958ca150dc351038885b7c6308b4c431cd4 (patch) | |
tree | bda0b2219ac0bba4b1e2b7e8ab646d6ee4277b2f | |
parent | acf7ab7cd2b0c7c3b9da0b9f498c952cfcd0fe26 (diff) |
hurd/running/debian/faq/free_memory: Split out. Written by Michael Banck.
-rw-r--r-- | hurd/running/debian/faq.mdwn | 5 | ||||
-rw-r--r-- | hurd/running/debian/faq/free_memory.mdwn | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/hurd/running/debian/faq.mdwn b/hurd/running/debian/faq.mdwn index beff14aa..39da5077 100644 --- a/hurd/running/debian/faq.mdwn +++ b/hurd/running/debian/faq.mdwn @@ -8,11 +8,6 @@ See also the [[Hurd_FAQ|hurd/FAQ]] and [[after_install]]. # Swap -# Free Memory - -Run `vmstat` to see memory and swap usage. - - # Translators diff --git a/hurd/running/debian/faq/free_memory.mdwn b/hurd/running/debian/faq/free_memory.mdwn new file mode 100644 index 00000000..44d4a1af --- /dev/null +++ b/hurd/running/debian/faq/free_memory.mdwn @@ -0,0 +1,11 @@ +[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]] +[[meta license="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]] + +# Free Memory + +Run `vmstat` to see memory and swap usage. |