diff options
author | smart <smart@cvs.openbsd.org> | 2001-05-30 16:58:41 +0000 |
---|---|---|
committer | smart <smart@cvs.openbsd.org> | 2001-05-30 16:58:41 +0000 |
commit | bd3fb59c4adaed26324f1cdce8037a65263c0d11 (patch) | |
tree | 8aabaffb0864fec11234343bd47ac482618b49e8 /usr.bin/size | |
parent | 72a29b96190315d2112c479d65512ad2ca43a84e (diff) |
The 'file' argument is optional since if one is not given the programs
try a.out. deraadt@ ok
Diffstat (limited to 'usr.bin/size')
-rw-r--r-- | usr.bin/size/size.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/size/size.1 b/usr.bin/size/size.1 index 764b034ec47..e15112dc56b 100644 --- a/usr.bin/size/size.1 +++ b/usr.bin/size/size.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: size.1,v 1.8 2000/11/09 17:52:37 aaron Exp $ +.\" $OpenBSD: size.1,v 1.9 2001/05/30 16:58:39 smart Exp $ .\" $NetBSD: size.1,v 1.6 1996/01/14 23:07:11 pk Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -44,7 +44,7 @@ .Nm size .Op Fl t .Op Fl w -.Ar file Op Ar ... +.Op Ar file Ar ... .Sh DESCRIPTION .Nm displays the text, data and bss segment sizes of the specified |