diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-11 23:08:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-11 23:08:26 +0000 |
commit | 24470cf8c23dfb58c2bca0bd7ef566c012bcc136 (patch) | |
tree | 0514c396e57a2d93eb97e7d1d2c3b809bc6aad80 /usr.bin/expand | |
parent | afdf1aa62ffc283f59a1699cb636c362485f2eeb (diff) |
fix usage messages
Diffstat (limited to 'usr.bin/expand')
-rw-r--r-- | usr.bin/expand/expand.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index b9b17b49b7f..5850769d5d5 100644 --- a/usr.bin/expand/expand.1 +++ b/usr.bin/expand/expand.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: expand.1,v 1.3 1998/09/23 04:32:39 aaron Exp $ +.\" $OpenBSD: expand.1,v 1.4 1999/02/11 23:08:24 deraadt Exp $ .\" $NetBSD: expand.1,v 1.3 1995/09/02 06:19:45 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -45,10 +45,10 @@ .Nm expand .Op Fl Ns Ar tabstop .Op Fl Ns Ar tab1 , tab2 , ... , tabn -.Ar file Op Ar ... +.Op Ar file Ar ... .Nm unexpand .Op Fl a -.Ar file Op Ar ... +.Op Ar file Ar ... .Sh DESCRIPTION .Nm expand processes the named files or the standard input writing |