add final dots everywhere as recommended by go style guides and
preferred by @degville
adjust docs/error-kinds.go to that
clarify to use docs/error-kinds.go and that the direction of sync
is from code to forum for error kinds.
add what's missing and align forum and doc comments
then have a tool to generate what is on the forum:
$ cd docs
$ go run error-kinds.go
open question: when/if to have a dot at the end? always? only for
multi-sentence comments?
* interfaces: add system-power-control interface
Implement simple reserved interface to allow snaps to trigger a halt,
poweroff or reboot of the system.
* interfaces: fix comments about system-power-control interface
* interfaces: respect further review chnages for system-power-control iface
* interfaces/builtin: rename system-power-control to shutdown
This patch expands the features of the content interface to allow
sharing files from either $SNAP (the snap content), $SNAP_DATA (the
per-revision snap data) or $SNAP_COMMON (the data common across
revisions).
The old syntax, without any of those variables behaves as if $SNAP was
implicitly used so backwards compatiblity is retained.
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>