diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /lib/libkvm.old/kvm_getfiles.3 | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'lib/libkvm.old/kvm_getfiles.3')
-rw-r--r-- | lib/libkvm.old/kvm_getfiles.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libkvm.old/kvm_getfiles.3 b/lib/libkvm.old/kvm_getfiles.3 index ef39203d284..1a4237c0511 100644 --- a/lib/libkvm.old/kvm_getfiles.3 +++ b/lib/libkvm.old/kvm_getfiles.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_getfiles.3,v 1.2 1998/08/06 21:26:13 kstailey Exp $ +.\" $OpenBSD: kvm_getfiles.3,v 1.3 1999/05/16 19:55:54 alex Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -78,10 +78,10 @@ will return NULL on failure. This routine does not belong in the kvm interface. .Sh SEE ALSO .Xr kvm 3 , +.Xr kvm_close 3 , +.Xr kvm_geterr 3 , +.Xr kvm_nlist 3 , .Xr kvm_open 3 , .Xr kvm_openfiles 3 , -.Xr kvm_close 3 , .Xr kvm_read 3 , -.Xr kvm_write 3 , -.Xr kvm_nlist 3 , -.Xr kvm_geterr 3 +.Xr kvm_write 3 |