Date: Fri, 20 Jan 2017 17:35:31 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> 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 Message-ID: <201701201735.v0KHZVFe047611@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701201735.v0KHZVFe047611>