From owner-svn-src-stable@freebsd.org Fri Jan 20 17:35:32 2017 Return-Path: Delivered-To: svn-src-stable@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 CAC20CB8327; Fri, 20 Jan 2017 17:35:32 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99A7C100A; Fri, 20 Jan 2017 17:35:32 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0KHZV9v047612; Fri, 20 Jan 2017 17:35:31 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0KHZVFe047611; Fri, 20 Jan 2017 17:35:31 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201701201735.v0KHZVFe047611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Fri, 20 Jan 2017 17:35:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r312548 - stable/11/usr.sbin/crunch/crunchgen X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2017 17:35:32 -0000 Author: wblock (doc committer) Date: Fri Jan 20 17:35:31 2017 New Revision: 312548 URL: https://svnweb.freebsd.org/changeset/base/312548 Log: MFC 311527: Show that the crunchgen configuration file name is not optional. Sponsored by: iXsystems Modified: stable/11/usr.sbin/crunch/crunchgen/crunchgen.1 Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.sbin/crunch/crunchgen/crunchgen.1 ============================================================================== --- stable/11/usr.sbin/crunch/crunchgen/crunchgen.1 Fri Jan 20 17:29:59 2017 (r312547) +++ stable/11/usr.sbin/crunch/crunchgen/crunchgen.1 Fri Jan 20 17:35:31 2017 (r312548) @@ -24,7 +24,7 @@ .\" University of Maryland at College Park .\" $FreeBSD$ .\" -.Dd December 23, 2005 +.Dd January 6, 2017 .Dt CRUNCHGEN 1 .Os .Sh NAME @@ -39,7 +39,7 @@ .Op Fl p Ar obj-prefix .Op Fl c Ar c-file-name .Op Fl e Ar exec-file-name -.Op Ar conf-file +.Ar conf-file .Ek .Sh DESCRIPTION A crunched binary is a program made up of many other programs linked @@ -308,7 +308,7 @@ This is normally but some .Pa Makefile Ns s might like to use other conventions or -prepend the program's name to the variable, e.g.\& +prepend the program's name to the variable, e.g., .Va SSHD_OBJS . .It Ic special Ar progname Ic lib Ar library-name ... Specifies libraries to be linked with object files to produce