Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
*mkswap* refuses areas smaller than 10 pages.
-If you don't know the page size that your machine uses, you may be able to look it up with *cat /proc/cpuinfo* (or you may not - the contents of this file depend on architecture and kernel version).
+If you don't know the page size that your machine uses, you can look it up with *getconf PAGESIZE*.
To set up a swap file, it is necessary to create that file before initializing it with *mkswap*, e.g. using a command like