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 /share/man/man4/lkm.4 | |
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 'share/man/man4/lkm.4')
-rw-r--r-- | share/man/man4/lkm.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/lkm.4 b/share/man/man4/lkm.4 index 569e33dcffc..c94c7d42dee 100644 --- a/share/man/man4/lkm.4 +++ b/share/man/man4/lkm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lkm.4,v 1.5 1998/09/01 16:38:20 deraadt Exp $ +.\" $OpenBSD: lkm.4,v 1.6 1999/05/16 19:56:29 alex Exp $ .\" $NetBSD: lkm.4,v 1.4 1994/11/30 16:22:22 jtc Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -123,8 +123,8 @@ file containing definitions of module types example source code implementing several of the modules types .Sh SEE ALSO .Xr modload 8 , -.Xr modunload 8 , -.Xr modstat 8 +.Xr modstat 8 , +.Xr modunload 8 .Sh HISTORY The .Nm |