diff options
Diffstat (limited to 'libgo/go/syslog/syslog.go')
-rw-r--r-- | libgo/go/syslog/syslog.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libgo/go/syslog/syslog.go b/libgo/go/syslog/syslog.go index 4ada113f1d7..69333721276 100644 --- a/libgo/go/syslog/syslog.go +++ b/libgo/go/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 |