Re: Remove extra newline from examples in softraid(4) manual

2017-06-26 Thread Theo Buehler
On Tue, Jun 27, 2017 at 12:55:52AM +0300, corsah wrote: > > Hello, > Editor commands for disklabel can be properly terminated with just "q\n" > and do not require the additional newline. The second "\n" was included > when printf replaced echo, which had been adding an extra by default. > It appea

Remove extra newline from examples in softraid(4) manual

2017-06-26 Thread corsah
Hello, Editor commands for disklabel can be properly terminated with just "q\n" and do not require the additional newline. The second "\n" was included when printf replaced echo, which had been adding an extra by default. It appears that disklabel will even interpret the last command with zero tra