diff options
author | 2016-02-26 21:46:39 +0000 | |
---|---|---|
committer | 2016-02-26 21:46:39 +0000 | |
commit | 935a04211cf7e157521bc27e2ad57e3583d9e09b (patch) | |
tree | 6db7e789638c58aa1b0db84b41169297eed01797 | |
parent | - Remove -h and -? from getopt(3), they weren't documented on manpage anyway (diff) | |
download | wireguard-openbsd-935a04211cf7e157521bc27e2ad57e3583d9e09b.tar.xz wireguard-openbsd-935a04211cf7e157521bc27e2ad57e3583d9e09b.zip |
there is no emulation "bsd", our default is "native"; ok deraadt@ millert@
-rw-r--r-- | usr.bin/kdump/kdump.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index c4a253db72d..9c30ae338cd 100644 --- a/usr.bin/kdump/kdump.1 +++ b/usr.bin/kdump/kdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kdump.1,v 1.27 2015/10/02 19:12:45 jmc Exp $ +.\" $OpenBSD: kdump.1,v 1.28 2016/02/26 21:46:39 naddy Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)kdump.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: October 2 2015 $ +.Dd $Mdocdate: February 26 2016 $ .Dt KDUMP 1 .Os .Sh NAME @@ -61,7 +61,7 @@ Display all numbers in decimal. By default, values are printed out in hexadecimal. .It Fl e Ar emulation Interpret system call maps assuming the named emulation instead of -.Qq bsd . +.Qq native . For example, to view trace output from a Linux binary, use .Fl e Ar linux . .It Fl f Ar file |