From da3904d383a37de4f68af78de7b57f342c1f8763 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 16 Aug 2010 11:53:16 +0200 Subject: [PATCH] man9/Makefile: Sort alphabetically. --- share/man/man9/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 71b65167fd..17768344c8 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -583,11 +583,11 @@ MLINKS+=microtime.9 getmicrotime.9 \ MLINKS+=microuptime.9 getmicrouptime.9 \ microuptime.9 getnanouptime.9 \ microuptime.9 nanouptime.9 -MLINKS+=mpipe.9 mpipe_init.9 \ - mpipe.9 mpipe_done.9 \ - mpipe.9 mpipe_alloc_nowait.9 \ +MLINKS+=mpipe.9 mpipe_alloc_nowait.9 \ mpipe.9 mpipe_alloc_waitok.9 \ - mpipe.9 mpipe_free.9 + mpipe.9 mpipe_done.9 \ + mpipe.9 mpipe_free.9 \ + mpipe.9 mpipe_init.9 MLINKS+=mutex.9 mtx_downgrade.9 \ mutex.9 mtx_drop.9 \ mutex.9 mtx_hold.9 \ -- 2.41.0