From 0067cf66121ab6fc1396ba7adc12453385e944c7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 Oct 2015 11:37:29 +0200 Subject: [PATCH] apidocs: sync with reality. --- include/mainpage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mainpage.h b/include/mainpage.h index 70fbda47..55a77119 100644 --- a/include/mainpage.h +++ b/include/mainpage.h @@ -5,8 +5,8 @@ * XBPS is a new binary package system designed and implemented from * scratch, by Juan Romero Pardines. This document describes * the API used by the XBPS Library, that is the base to implement - * a package manager frontend, such as is implemented in the xbps-bin(8) - * and xbps-repo(8) command line interfaces. + * a package manager frontend, such as is implemented in the xbps + * command line interfaces. * * XBPS uses extensively NetBSD's proplib, a library that provides an * abstract interface for creating and manipulating property lists.