From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 18 08:30:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67D701065672 for ; Thu, 18 Jun 2009 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A39B8FC23 for ; Thu, 18 Jun 2009 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5I8U2Xe032656 for ; Thu, 18 Jun 2009 08:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5I8U1hT032655; Thu, 18 Jun 2009 08:30:01 GMT (envelope-from gnats) Resent-Date: Thu, 18 Jun 2009 08:30:01 GMT Resent-Message-Id: <200906180830.n5I8U1hT032655@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Best Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74E7010656E6 for ; Thu, 18 Jun 2009 08:25:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 6335D8FC19 for ; Thu, 18 Jun 2009 08:25:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5I8P9fg063432 for ; Thu, 18 Jun 2009 08:25:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5I8P9TA063431; Thu, 18 Jun 2009 08:25:09 GMT (envelope-from nobody) Message-Id: <200906180825.n5I8P9TA063431@www.freebsd.org> Date: Thu, 18 Jun 2009 08:25:09 GMT From: Alexander Best To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135691: Wrong example in man page of pkgdb(1) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 08:30:02 -0000 >Number: 135691 >Category: ports >Synopsis: Wrong example in man page of pkgdb(1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 18 08:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Best >Release: 8.0-CURRENT >Organization: >Environment: FreeBSD moshnroll 8.0-CURRENT FreeBSD 8.0-CURRENT #63 r194284M: Tue Jun 16 14:56:49 CEST 2009 root@moshnroll:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: the example at the end of the pkgdb(1) manual recommends to use the following command to get a list of files in /usr/local and /usr/X11R6 which don't belong to any package: find /usr/local /usr/X11R6 -type f | xargs pkg_which -v | fgrep '?' this command however will fail. the example should look like this: find /usr/local /usr/X11R6 -print0 -type f | xargs -0 pkg_which -v | fgrep '?' >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: