From owner-p4-projects@FreeBSD.ORG Sat Sep 17 23:50:01 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id DB0C716A421; Sat, 17 Sep 2005 23:50:00 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA1C16A41F for ; Sat, 17 Sep 2005 23:50:00 +0000 (GMT) (envelope-from csjp@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583A343D49 for ; Sat, 17 Sep 2005 23:50:00 +0000 (GMT) (envelope-from csjp@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8HNo0Xc074330 for ; Sat, 17 Sep 2005 23:50:00 GMT (envelope-from csjp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8HNo0KB074327 for perforce@freebsd.org; Sat, 17 Sep 2005 23:50:00 GMT (envelope-from csjp@freebsd.org) Date: Sat, 17 Sep 2005 23:50:00 GMT Message-Id: <200509172350.j8HNo0KB074327@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to csjp@freebsd.org using -f From: "Christian S.J. Peron" To: Perforce Change Reviews Cc: Subject: PERFORCE change 83804 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 23:50:01 -0000 http://perforce.freebsd.org/chv.cgi?CH=83804 Change 83804 by csjp@csjp_xor on 2005/09/17 23:49:10 Add documentation for -f Affected files ... .. //depot/projects/trustedbsd/mac/usr.sbin/getfhash/getfhash.8#3 edit Differences ... ==== //depot/projects/trustedbsd/mac/usr.sbin/getfhash/getfhash.8#3 (text+ko) ==== @@ -32,7 +32,7 @@ .Nd "retrieve object hash information" .Sh SYNOPSIS .Nm -.Op Fl dW +.Op Fl dfW .Ar file .Sh DESCRIPTION The @@ -48,6 +48,10 @@ .Bl -tag -width indent .It Fl d List all hash dependencies +.It Fl f +If a checksum has not been registered for an object, trigger the +calculation and storage of the checksum in the kernel so the +checksum can be processed. .It Fl W Produce a warning if the checksum registered with the object conflicts with the object's current checksum. This option may