From 963644c19058829f74bd7d19a484c0786d6777cd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 27 Dec 2016 21:59:17 -0700 Subject: Documentation improvements. Also, I renamed a couple of the sd_id128 functions for better clarity. But since I haven't pushed since originally implementing them, I'm not labeling it as a breaking change. --- readme.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'readme.go') diff --git a/readme.go b/readme.go index 88719f0..aac1aa7 100644 --- a/readme.go +++ b/readme.go @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package libsystemd provides libraries for working with systemd. -// Right now it only has a mostly-complete sd_daemon. +// Package libsystemd implements the client-side of generic system +// APIs. +// +// Several of these APIs originated with systemd, but they are all +// very simple, and may be implemented with a variety of systems. package libsystemd -- cgit v1.2.3