diff options
author | 1999-07-21 12:43:26 +0000 | |
---|---|---|
committer | 1999-07-21 12:43:26 +0000 | |
commit | 5d16d066eb80c35a4bd89200b5eba5491e7986d3 (patch) | |
tree | cc797e42994eb46912d316292277efcf0deff421 | |
parent | do resource requirement checking in match(), not attach() (diff) | |
download | wireguard-openbsd-5d16d066eb80c35a4bd89200b5eba5491e7986d3.tar.xz wireguard-openbsd-5d16d066eb80c35a4bd89200b5eba5491e7986d3.zip |
sync names of arguments in SYNOPSIS with those in the option's description
-rw-r--r-- | usr.bin/hexdump/hexdump.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index e316f250bd8..4fbd9db39cf 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hexdump.1,v 1.8 1999/07/04 11:53:55 aaron Exp $ +.\" $OpenBSD: hexdump.1,v 1.9 1999/07/21 12:43:26 aaron Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -45,7 +45,7 @@ .Op Fl f Ar format_file .Op Fl n Ar length .Bk -words -.Op Fl s Ar skip +.Op Fl s Ar offset .Ek .Ar file Op Ar ... .Sh DESCRIPTION |