On Mon, Oct 27, 2014, at 22:18, Benno Schulenberg wrote: > + fputs(_(" -v, --verbose verbose mode\n"), out); > > fputs(USAGE_SEPARATOR, out); > fputs(USAGE_HELP, out); A bit further down in the usage text it says this: fputs(_("\nAvailable discard policy types (for --discard):\n" " once : only single-time area discards are issued. (swapon)\n" " pages : discard freed pages before they are reused.\n" " * if no policy is selected both discard types are enabled. (default)\n"), out); Why is this "(swapon)" there? What does it mean? Benno -- http://www.fastmail.fm - The professional email service -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html