diff options
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 fac5f43..b624b3c 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 |