Date: Fri, 6 Jan 2017 18:04:34 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r311527 - head/usr.sbin/crunch/crunchgen Message-ID: <201701061804.v06I4YW9012208@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock (doc committer) Date: Fri Jan 6 18:04:34 2017 New Revision: 311527 URL: https://svnweb.freebsd.org/changeset/base/311527 Log: Show that the crunchgen configuration file name is not optional. PR: 215087 Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> MFC after: 1 week Sponsored by: iXsystems Modified: head/usr.sbin/crunch/crunchgen/crunchgen.1 Modified: head/usr.sbin/crunch/crunchgen/crunchgen.1 ============================================================================== --- head/usr.sbin/crunch/crunchgen/crunchgen.1 Fri Jan 6 18:01:46 2017 (r311526) +++ head/usr.sbin/crunch/crunchgen/crunchgen.1 Fri Jan 6 18:04:34 2017 (r311527) @@ -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?201701061804.v06I4YW9012208>