diff options
author | 2017-06-11 16:58:49 +0000 | |
---|---|---|
committer | 2017-06-11 16:58:49 +0000 | |
commit | 4abc9d077f11fb37f63ea454f2bd3fce00bcc236 (patch) | |
tree | 139c76f85b19b32cb2b152594532a0b18a335d38 | |
parent | Add missing .Fn markup to in() and out(); found with mandoc -Tlint. (diff) | |
download | wireguard-openbsd-4abc9d077f11fb37f63ea454f2bd3fce00bcc236.tar.xz wireguard-openbsd-4abc9d077f11fb37f63ea454f2bd3fce00bcc236.zip |
missing .Fn markup for main(); found with mandoc -Tlint
-rw-r--r-- | usr.sbin/crunchgen/crunchgen.8 | 8 |
1 files changed, 5 insertions, 3 deletions
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. |