diff options
author | 2001-05-30 16:58:39 +0000 | |
---|---|---|
committer | 2001-05-30 16:58:39 +0000 | |
commit | 1c30938f8ab5f68a9ff5eb48ac873d3bd405f352 (patch) | |
tree | 3326866b47da11fa24e29a65e9359c6544853053 | |
parent | Complain via syslog if login.conf does not exist. With the BSD (diff) | |
download | wireguard-openbsd-1c30938f8ab5f68a9ff5eb48ac873d3bd405f352.tar.xz wireguard-openbsd-1c30938f8ab5f68a9ff5eb48ac873d3bd405f352.zip |
The 'file' argument is optional since if one is not given the programs
try a.out. deraadt@ ok
-rw-r--r-- | usr.bin/nm/nm.1 | 4 | ||||
-rw-r--r-- | usr.bin/size/size.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index cf8d30e3551..3f4cbf327d0 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nm.1,v 1.7 2001/02/18 21:45:09 espie Exp $ +.\" $OpenBSD: nm.1,v 1.8 2001/05/30 16:58:40 smart Exp $ .\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -43,7 +43,7 @@ .Sh SYNOPSIS .Nm nm .Op Fl agnopruw -.Ar file Op Ar ... +.Op Ar file ... .Sh DESCRIPTION The symbol table (name list) of each object in .Ar file(s) 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 |