summaryrefslogtreecommitdiff
path: root/readme.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-27 21:59:17 -0700
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-27 21:59:17 -0700
commit963644c19058829f74bd7d19a484c0786d6777cd (patch)
treec827fc6b5245aec2fc78aaf29eb0552f1e8bce41 /readme.go
parent13cdadaf934e6079f7a835cd680cf0ffe89d6ca6 (diff)
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.
Diffstat (limited to 'readme.go')
-rw-r--r--readme.go7
1 files changed, 5 insertions, 2 deletions
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