diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-16 09:08:22 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-16 09:08:22 +0000 |
commit | 32f6256a49892a9f12b7d3eaa524e350c25c65b5 (patch) | |
tree | e2502ffaa2585f7dd9afc9b56eae932be78000d5 /lib/libkvm/kvm_open.3 | |
parent | 55f4342b4e43b2e4dc63a705c17933f812a60f2f (diff) |
Notes
Diffstat (limited to 'lib/libkvm/kvm_open.3')
-rw-r--r-- | lib/libkvm/kvm_open.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3 index fac5f436bf67..b624b3c80ca8 100644 --- a/lib/libkvm/kvm_open.3 +++ b/lib/libkvm/kvm_open.3 @@ -137,7 +137,7 @@ Instead, the application obtains the error message corresponding to the most recent kvm library call using .Fn kvm_geterr (see -.Xr kvm_geterr 3 ). +.Xr kvm_geterr 3 ) . The results are undefined if the most recent kvm call did not produce an error. Since |