Module Name: src Committed By: snj Date: Mon May 7 04:00:18 UTC 2018
Modified Files: src/sbin/gpt [netbsd-8]: gpt.8 header.c Log Message: Pull up following revision(s) (requested by martin in ticket #797): sbin/gpt/gpt.8: 1.60-1.63 sbin/gpt/header.c: 1.9 Make the "gpt header" command return EXIT_FAILURE when no GPT is present. This helps sysinst to tell a GPT labeled disk from others. Very lazy version of a change proposed by kre. -- Sort sections. -- Bump date for new EXIT STATUS section. -- Spello. (it is "existence"). ispell also says that we should s/parseable/parsable/ but I'm not sure about that one, so I left it. I also left a correct spelling that no-one has bothered to mangle! To generate a diff of this commit: cvs rdiff -u -r1.52.4.2 -r1.52.4.3 src/sbin/gpt/gpt.8 cvs rdiff -u -r1.8 -r1.8.8.1 src/sbin/gpt/header.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.