From 71ad289a406e45c2a9ee54b0732d85b3b69ea740 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 24 Aug 2004 12:11:44 +0000 Subject: [PATCH] One object-file argument is mandatory, noted by jmc@openbsd. New sentence, new line. Use more mdoc macros. --- usr.bin/crunch/crunchide/crunchide.1 | 29 ++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/usr.bin/crunch/crunchide/crunchide.1 b/usr.bin/crunch/crunchide/crunchide.1 index ffdbd9ab15d9..33cd98eded04 100644 --- a/usr.bin/crunch/crunchide/crunchide.1 +++ b/usr.bin/crunch/crunchide/crunchide.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: crunchide.1,v 1.13 2003/07/26 20:34:12 salo Exp $ +.\" $NetBSD: crunchide.1,v 1.14 2004/08/24 12:11:44 wiz Exp $ .\" .\" Copyright (c) 1994 University of Maryland .\" All Rights Reserved. @@ -38,9 +38,8 @@ .Bk -words .Op Fl k Ar keep-symbol .Ek -.Bk -words +.Ar object-file .Op Ar object-file ... -.Ek .Sh DESCRIPTION .Nm hides the global symbols of @@ -51,15 +50,16 @@ Some symbols may be left visible via the .Fl k Ar keep-symbol and .Fl f Ar keep-list-file -options. The +options. +The .Ar keep-list-file must contain a list of symbols to keep visible, one symbol per line. The names given by .Ar keep-symbol or in .Ar keep-list-file -should be C names. For example, -to keep the C function +should be C names. +For example, to keep the C function .Dq foo visible, the option .Dq -k foo @@ -75,13 +75,18 @@ multiple component programs. .Xr ld 1 .Sh AUTHORS .Nm -was written by James da Silva \*[Lt]jds@cs.umd.edu\*[Gt]. -.sp 0 -Copyright (c) 1994 University of Maryland. All Rights Reserved. +was written by +.An James da Silva Aq jds@cs.umd.edu . .Pp -Chris Demetriou \*[Lt]cgd@NetBSD.org\*[Gt] reorganized +Copyright (c) 1994 University of Maryland. +All Rights Reserved. +.Pp +Chris Demetriou +.Aq cgd@NetBSD.org +reorganized .Nm so that it supported multiple object formats, and added ELF object support and ECOFF object recognition. -.sp 0 -Copyright (c) 1997 Christopher G. Demetriou. All Rights Reserved. +.Pp +Copyright (c) 1997 Christopher G. Demetriou. +All Rights Reserved.