From owner-svn-src-all@freebsd.org Sun Aug 13 17:30:04 2017 Return-Path: Delivered-To: svn-src-all@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 6D7C3DCCA64; Sun, 13 Aug 2017 17:30:04 +0000 (UTC) (envelope-from avos@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BC3E7761B; Sun, 13 Aug 2017 17:30:04 +0000 (UTC) (envelope-from avos@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7DHU3al078187; Sun, 13 Aug 2017 17:30:03 GMT (envelope-from avos@FreeBSD.org) Received: (from avos@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7DHU3Xu078186; Sun, 13 Aug 2017 17:30:03 GMT (envelope-from avos@FreeBSD.org) Message-Id: <201708131730.v7DHU3Xu078186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avos set sender to avos@FreeBSD.org using -f From: Andriy Voskoboinyk Date: Sun, 13 Aug 2017 17:30:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r322462 - stable/10/usr.sbin/bluetooth/rfcomm_pppd X-SVN-Group: stable-10 X-SVN-Commit-Author: avos X-SVN-Commit-Paths: stable/10/usr.sbin/bluetooth/rfcomm_pppd X-SVN-Commit-Revision: 322462 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2017 17:30:04 -0000 Author: avos Date: Sun Aug 13 17:30:03 2017 New Revision: 322462 URL: https://svnweb.freebsd.org/changeset/base/322462 Log: MFC r322124: rfcomm_pppd.8: fix a typo (SPD -> SDP). Approved by: re (marius) Modified: stable/10/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 ============================================================================== --- stable/10/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 Sun Aug 13 16:44:55 2017 (r322461) +++ stable/10/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 Sun Aug 13 17:30:03 2017 (r322462) @@ -348,7 +348,7 @@ label. The .Nm utility in server mode will try to register the Bluetooth LAN Access Over PPP -service with the local SPD daemon. +service with the local SDP daemon. If the local SDP daemon is not running, .Nm will exit with an error.