diff options
author | 2004-11-22 00:58:39 +0000 | |
---|---|---|
committer | 2004-11-22 00:58:39 +0000 | |
commit | 745560dce5bb127f03325b7c3feb9fecd23622e2 (patch) | |
tree | e464c801f7bf96afd78ebae2380afd3aa5e8c750 /lib/libkvm | |
parent | More sensible error when both the -n and -A flags are used. Text OK jmc@ (diff) | |
download | wireguard-openbsd-745560dce5bb127f03325b7c3feb9fecd23622e2.tar.xz wireguard-openbsd-745560dce5bb127f03325b7c3feb9fecd23622e2.zip |
.{N,O}x fixes;
Diffstat (limited to 'lib/libkvm')
-rw-r--r-- | lib/libkvm/kvm_dump.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm/kvm_dump.3 b/lib/libkvm/kvm_dump.3 index 7c4fc4ea9b1..64a6fa7ae96 100644 --- a/lib/libkvm/kvm_dump.3 +++ b/lib/libkvm/kvm_dump.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_dump.3,v 1.8 2003/06/02 09:56:20 jmc Exp $ +.\" $OpenBSD: kvm_dump.3,v 1.9 2004/11/22 00:58:39 jmc Exp $ .\" $NetBSD: kvm_dump.3,v 1.1 1996/03/18 21:11:12 leo Exp $ .\" .\" Copyright (c) 1996 Leo Weppelman @@ -106,4 +106,4 @@ can be used to retrieve the cause of the error. .Xr kvm 3 .Sh HISTORY These functions first appeared in -.Nx 1.1 a. +.Nx 1.1a . |