summaryrefslogtreecommitdiff
path: root/src/pkg/syslog/syslog.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/syslog/syslog.go')
-rw-r--r--src/pkg/syslog/syslog.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pkg/syslog/syslog.go b/src/pkg/syslog/syslog.go
index 4ada113f1..693337212 100644
--- a/src/pkg/syslog/syslog.go
+++ b/src/pkg/syslog/syslog.go
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// The syslog package provides a simple interface to
-// the system log service. It can send messages to the
-// syslog daemon using UNIX domain sockets, UDP, or
+// Package syslog provides a simple interface to the system log service. It
+// can send messages to the syslog daemon using UNIX domain sockets, UDP, or
// TCP connections.
package syslog