| Summary: | [PATCH] typo in crunchgen(1) man page | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Iblis Lin <iblis.dif01> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | wblock |
| Priority: | --- | Keywords: | patch |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
A commit references this bug: Author: wblock Date: Fri Jan 6 18:04:34 UTC 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 Changes: head/usr.sbin/crunch/crunchgen/crunchgen.1 Committed, thanks! |
``` Index: usr.sbin/crunch/crunchgen/crunchgen.1 =================================================================== --- usr.sbin/crunch/crunchgen/crunchgen.1 (revision 309367) +++ usr.sbin/crunch/crunchgen/crunchgen.1 (working copy) @@ -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 ``` and here is the usage from `crunchgen`: └─[iblis@abeing]% crunchgen usage: crunchgen [-foq] [-h <makefile-header-name>] [-m <makefile>] [-p <obj-prefix>] [-c <c-file-name>] [-e <exec-file>] <conffile>