From owner-cvs-all@FreeBSD.ORG Sun Jul 18 02:26:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D811A16A4CE; Sun, 18 Jul 2004 02:26:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B832843D1D; Sun, 18 Jul 2004 02:26:30 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6I2QUU1070186; Sun, 18 Jul 2004 02:26:30 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6I2QU3G070185; Sun, 18 Jul 2004 02:26:30 GMT (envelope-from keramida) Message-Id: <200407180226.i6I2QU3G070185@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 18 Jul 2004 02:26:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 02:26:31 -0000 keramida 2004-07-18 02:26:30 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/make make.1 Log: Remove the dependency of the :C/regexp/replacement/ variable modifier from the :S modifier which follows a bit further below. This way the reader can read each of these two descriptions without having to jump back and forth in the manpage. PR: docs/26943 Submitted by: Alex Kapranoff Revision Changes Path 1.72 +7 -8 src/usr.bin/make/make.1