From owner-cvs-all Sat Nov 24 7:51:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D05F437B405; Sat, 24 Nov 2001 07:51:34 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAOFpYY32158; Sat, 24 Nov 2001 07:51:34 -0800 (PST) (envelope-from dd) Message-Id: <200111241551.fAOFpYY32158@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 24 Nov 2001 07:51:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/watch watch.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/11/24 07:51:34 PST Modified files: usr.sbin/watch watch.8 Log: Remove the sentence about only root being able to run watch(8). It was never technically true (it's snp(4) that required root, not watch(8)), and after snp.c 1.64, isn't even effectively true, since who can run watch(8) depends on the permissions of the snp device(s). Sort options in SYNOPSIS and DESCRIPTION while I'm here. Revision Changes Path 1.23 +10 -14 src/usr.sbin/watch/watch.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message