diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-02-09 15:40:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-02-09 15:40:25 +0000 |
commit | 791c76c608affcce0db90279c6fd0678e702b123 (patch) | |
tree | df57d45d3dbeb23bf60643bcca8fc13284663958 /share/man | |
parent | 553afe81fa385d81988478036212152190cc6d7d (diff) |
MLINK extent_alloc_with_descr;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 54959e8d23c..73099014139 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.200 2014/02/04 20:55:22 dlg Exp $ +# $OpenBSD: Makefile,v 1.201 2014/02/09 15:40:24 jmc Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -150,7 +150,8 @@ MLINKS+=disklabel.9 readdisklabel.9 disklabel.9 writedisklabel.9 \ disklabel.9 setdisklabel.9 disklabel.9 bounds_check_with_label.9 MLINKS+=evcount.9 evcount_attach.9 evcount.9 evcount_detach.9 MLINKS+=extent.9 extent_create.9 extent.9 extent_destroy.9 \ - extent.9 extent_alloc.9 extent.9 extent_alloc_subregion.9 \ + extent.9 extent_alloc.9 extent.9 extent_alloc_with_descr.9 \ + extent.9 extent_alloc_subregion.9 \ extent.9 extent_alloc_subregion_with_descr.9 \ extent.9 extent_alloc_region.9 extent.9 extent_free.9 \ extent.9 extent_print.9 |