summaryrefslogtreecommitdiff
path: root/usr.bin/size
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
commit1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch)
treee58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/size
parentf35d61706eae00527a19f021ef26ab0109f18e5c (diff)
- remove trailing white space
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/size')
-rw-r--r--usr.bin/size/size.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/size/size.1 b/usr.bin/size/size.1
index fa17fa21247..06ab8371b0f 100644
--- a/usr.bin/size/size.1
+++ b/usr.bin/size/size.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: size.1,v 1.5 1998/09/27 16:57:53 aaron Exp $
+.\" $OpenBSD: size.1,v 1.6 1999/06/05 01:21:40 aaron Exp $
.\" $NetBSD: size.1,v 1.6 1996/01/14 23:07:11 pk Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -46,7 +46,7 @@
.Op Fl w
.Ar file Op Ar ...
.Sh DESCRIPTION
-.Nm size
+.Nm
displays the text, data and bss segment sizes of the specified
.Ar file(s)
in bytes (in decimal), and the sum of the three segments (in
@@ -75,6 +75,6 @@ object files.
.Xr a.out 5
.Sh HISTORY
A
-.Nm size
-command appeared in
+.Nm
+command appeared in
.At v6 .