From owner-freebsd-hackers@freebsd.org Wed Aug 16 20:31:35 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6087FDCF06E for ; Wed, 16 Aug 2017 20:31:35 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com [209.85.215.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E648B6E93D for ; Wed, 16 Aug 2017 20:31:34 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-lf0-f43.google.com with SMTP id t128so21590337lff.2 for ; Wed, 16 Aug 2017 13:31:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:cc:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=iHWhqI/JchkgaqZhmxiDZ9ECphQnCdg1dzsHUk7MKMA=; b=Ae3P6tZUFLwddh3wuNmdoo5i6Fo/7RB5uHMVv3uKsuE1HzVmhBZiDJvyW3qdeOAHSk DkV6PnBg6gYUnoATDRVr6Pz70yj8woNOKofu5wvk1jQD6PYFbV5rEBvpjqGu2tXNzOGW sMtGoct+m24gXetfbGd7fhcPYn+S3terhtnXYrwwieropw6Hu0KaVm/iOYxBf1yyccIG wPoao2A1dBblcvhOTGw1XxDttFx8EpV17szl20wzjlpWDp1ocqE6XRY7xMfXwdB+plbt lKBx+Q9dvu0kxBADFo/HHMreovBv/82vK413XdrxO1K8u/ALb/A8BC0IkwYV/1jbxHyK IV+A== X-Gm-Message-State: AHYfb5jdiIRN8FAdsYzVD6gg0aGCgHUJnF1YCwpZOnIcM5D3LI3VpXMi 6h9Ce6Z7eu4+nzK+dJ8= X-Received: by 10.25.151.209 with SMTP id z200mr1145967lfd.198.1502913605663; Wed, 16 Aug 2017 13:00:05 -0700 (PDT) Received: from [192.168.1.105] (89-76-8-18.dynamic.chello.pl. [89.76.8.18]) by smtp.gmail.com with ESMTPSA id u78sm393721lfg.93.2017.08.16.13.00.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Aug 2017 13:00:05 -0700 (PDT) Subject: Re: apropos: dbm_map(mandoc.db): Obsolete format based on SQLite 3 To: freebsd-hackers@freebsd.org References: <4d591335-3b4a-45d1-ea21-34cb924a59e4@bsd.com.br> From: Mateusz Piotrowski <0mp@FreeBSD.org> Cc: otacilio.neto@bsd.com.br Message-ID: <8fef3223-3e5e-3d13-7025-c44dbf131f30@FreeBSD.org> Date: Wed, 16 Aug 2017 22:00:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <4d591335-3b4a-45d1-ea21-34cb924a59e4@bsd.com.br> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Aug 2017 20:31:35 -0000 Hi, On 16/08/17 20:38, OtacĂ­lio wrote: > This machine was upgraded from FreeBSD 11. In a other machine, FreeBSD > 10.3, I do not get this error message. Does anyone know how to solve > this? I had a similar problem with `apropos`, `man -k` and `whatis`. The solution was to run makewhatis(1). The "freebsd-update and whatis" thread on the FreeBSD forums [1] was particularly useful to me. Cheers, Mateusz [1]: https://forums.freebsd.org/threads/53194/