Date: Fri, 25 Dec 2009 09:58:20 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200980 - head/usr.sbin/service Message-ID: <200912250958.nBP9wKnV056343@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Fri Dec 25 09:58:19 2009 New Revision: 200980 URL: http://svn.freebsd.org/changeset/base/200980 Log: Provide a better short description and fix SEE ALSO section entries. Modified: head/usr.sbin/service/service.8 Modified: head/usr.sbin/service/service.8 ============================================================================== --- head/usr.sbin/service/service.8 Fri Dec 25 09:02:41 2009 (r200979) +++ head/usr.sbin/service/service.8 Fri Dec 25 09:58:19 2009 (r200980) @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm service -.Nd "service command manual page" +.Nd "manage system services" .Sh SYNOPSIS .Nm .Fl e @@ -116,8 +116,8 @@ for the names of the rc.d scripts: .Dl "}" .Dl "complete -F _service service" .Sh SEE ALSO -.Xr bash 1 , -.Xr rc.conf 5 . +.Xr bash 1 Pq Pa ports/shells/bash , +.Xr rc.conf 5 , .Xr rc 8 , .Xr rcorder 8 .Sh HISTORY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912250958.nBP9wKnV056343>