From: schwarze Date: Sun, 11 Jun 2017 16:58:49 +0000 (+0000) Subject: missing .Fn markup for main(); found with mandoc -Tlint X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4abc9d077f11fb37f63ea454f2bd3fce00bcc236;p=openbsd missing .Fn markup for main(); found with mandoc -Tlint --- diff --git a/usr.sbin/crunchgen/crunchgen.8 b/usr.sbin/crunchgen/crunchgen.8 index 60a83d2d393..e21f0a6b994 100644 --- a/usr.sbin/crunchgen/crunchgen.8 +++ b/usr.sbin/crunchgen/crunchgen.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crunchgen.8,v 1.9 2017/01/27 15:53:50 schwarze Exp $ +.\" $OpenBSD: crunchgen.8,v 1.10 2017/06/11 16:58:49 schwarze Exp $ .\" .\" .\" Copyright (c) 1994 University of Maryland @@ -25,7 +25,7 @@ .\" Computer Science Department .\" University of Maryland at College Park .\" -.Dd $Mdocdate: January 27 2017 $ +.Dd $Mdocdate: June 11 2017 $ .Dt CRUNCHGEN 8 .Os .Sh NAME @@ -51,7 +51,9 @@ .Sh DESCRIPTION A crunched binary is a program made up of many other programs linked together into a single executable. -The crunched binary main() function determines which component program +The crunched binary +.Fn main +function determines which component program to run by the contents of argv[0]. The main reason to crunch programs together is for fitting as many programs as possible onto an installation or system recovery floppy.