From owner-freebsd-current@freebsd.org Thu Mar 9 19:39:42 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A574D04185 for ; Thu, 9 Mar 2017 19:39:42 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3AB1D1F0E for ; Thu, 9 Mar 2017 19:39:42 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 39D29D04183; Thu, 9 Mar 2017 19:39:42 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 396F5D04182 for ; Thu, 9 Mar 2017 19:39:42 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 032221F0D for ; Thu, 9 Mar 2017 19:39:42 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-it0-x22c.google.com with SMTP id m27so75689855iti.0 for ; Thu, 09 Mar 2017 11:39:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=UEDmHjRZqXEAztPzy1sXzEjBsZ2+18gMXUkBAkL5Ulc=; b=MuhrwnRNpv+7VDEI8eq1zoZGvpvUC5OO5WeNeLZDhfL4bwbxVLAMn9j7yYR5c2P06O BGXv+HNrFUosz90LPZiDaj1bBp2VJ345pxF3sk35DtjM8DYcxse2zCjY/9Rt7uov6pH2 srbEQ4LE/+RFVSZokD3iPZcm4BHP1UyXdICmWRZDUAM4+xeLXsagC4W0H/dJAKFAqPfy GVLUv44g2PZFDzc+UIoDajrJFjfSiek6lEUnEOxbtfX3tQXAoYbNSHxqkFAJcunrHZoM 3Qdzi6VDC3Jr98fO5Y64ZEF7BYqnnKzEDXKLYnA5bYnqW982xX7vmWFIoJpMVTAcYBOr xHYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=UEDmHjRZqXEAztPzy1sXzEjBsZ2+18gMXUkBAkL5Ulc=; b=UHB+ai+5AtARJQ+LskbbmMNrTF8XzDIKdH0oDot6v+DYIhQikQT48FljWO+aQsmq2J 4DmLZyZYEHwsrO4PCQx8sZxPtq2Wao1kHC2nmGec7pcxjHdCOsIUYuUR2E5TiIoaDPXf zN/7ye73d8rsuPG8HN1CBZ/NMbZ4lsTVNFHILkBFH3oKiXk1q/0G0nPLVTgin94qafGK 5Y1s3uVOiSTcre1P5IljP6kTQHb972spJdwqSNCqfW8ULZ9GGrj7aDM5k+a0fo/TfQEj 9eCIxpdtmlNPufXXFVGdMO6dcmgqQx8p4WOds2sIp3GKn8F/NYhr47EKU34OQfcQWaw+ xWlA== X-Gm-Message-State: AMke39nAcxREgSpibKRd/ylSsDrx2rlSbXfmMYEFXeJY+9uBGBDHLSbmDpcPSRBGUIMv7Exm7myH/+Q5uzedxQ== X-Received: by 10.36.86.83 with SMTP id o80mr21899429itb.65.1489088381461; Thu, 09 Mar 2017 11:39:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.190.71 with HTTP; Thu, 9 Mar 2017 11:39:41 -0800 (PST) In-Reply-To: References: From: Ryan Stone Date: Thu, 9 Mar 2017 14:39:41 -0500 Message-ID: Subject: Re: how to SVN regenerate [ man awk ] To: jbtakk@iherebuywisely.com Cc: current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 19:39:42 -0000 On Thu, Mar 9, 2017 at 10:00 AM, Jeffrey Bouquet wrote: > For $giggles$ I svn up /usr/src/usr.bin/awk or wherever, then > man awk displays not the newer import per a recent SVN but > the older 2015 [ it says ] one. Stale file, or not all parts of > the man page updated to include latest revision dat, or some > other command to [g]unzip or whatever, besides 320.whatis > in periodic--weekly, update the compressed latest installed > files from /usr/obj to what one expects when one has just > recompiled the man page? > Any chance that there is an obsolete copy of the manpage in /usr/share/man/cat1?