From owner-svn-src-stable-8@FreeBSD.ORG Sun Nov 21 10:45:10 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C892B106566B; Sun, 21 Nov 2010 10:45:10 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B6AF48FC0A; Sun, 21 Nov 2010 10:45:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oALAjAs0051818; Sun, 21 Nov 2010 10:45:10 GMT (envelope-from simon@svn.freebsd.org) Received: (from simon@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oALAjA8O051816; Sun, 21 Nov 2010 10:45:10 GMT (envelope-from simon@svn.freebsd.org) Message-Id: <201011211045.oALAjA8O051816@svn.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 21 Nov 2010 10:45:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215611 - stable/8/usr.sbin/newsyslog X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 10:45:10 -0000 Author: simon Date: Sun Nov 21 10:45:10 2010 New Revision: 215611 URL: http://svn.freebsd.org/changeset/base/215611 Log: MFC r208028 by uqs: mdoc: move remaining sections into consistent order Modified: stable/8/usr.sbin/newsyslog/newsyslog.8 Directory Properties: stable/8/usr.sbin/newsyslog/ (props changed) Modified: stable/8/usr.sbin/newsyslog/newsyslog.8 ============================================================================== --- stable/8/usr.sbin/newsyslog/newsyslog.8 Sun Nov 21 10:18:28 2010 (r215610) +++ stable/8/usr.sbin/newsyslog/newsyslog.8 Sun Nov 21 10:45:10 2010 (r215611) @@ -245,6 +245,13 @@ this has been changed to a colon (``:'') names may contain the dot character. The dot (``.'') character is still accepted for backwards compatibility. +.Sh SEE ALSO +.Xr bzip2 1 , +.Xr gzip 1 , +.Xr syslog 3 , +.Xr newsyslog.conf 5 , +.Xr chown 8 , +.Xr syslogd 8 .Sh HISTORY The .Nm @@ -257,12 +264,5 @@ and first appeared in MIT Project Athena .Pp Copyright 1987, Massachusetts Institute of Technology -.Sh "SEE ALSO" -.Xr bzip2 1 , -.Xr gzip 1 , -.Xr syslog 3 , -.Xr newsyslog.conf 5 , -.Xr chown 8 , -.Xr syslogd 8 .Sh BUGS Does not yet automatically read the logs to find security breaches.