From owner-svn-src-all@freebsd.org Thu Sep 3 07:18:54 2015 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 8206A9C933C; Thu, 3 Sep 2015 07:18:54 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 662711D64; Thu, 3 Sep 2015 07:18:54 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t837IsCT098083; Thu, 3 Sep 2015 07:18:54 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t837IrNR098079; Thu, 3 Sep 2015 07:18:53 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201509030718.t837IrNR098079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Thu, 3 Sep 2015 07:18:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287425 - in head: usr.bin/ypcat usr.bin/ypmatch usr.bin/ypwhich usr.sbin/ypset X-SVN-Group: head 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.20 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: Thu, 03 Sep 2015 07:18:54 -0000 Author: araujo Date: Thu Sep 3 07:18:52 2015 New Revision: 287425 URL: https://svnweb.freebsd.org/changeset/base/287425 Log: Rename YP to NIS in the manpages. Approved by: bapt (mentor) Differential Revision: D3555 Modified: head/usr.bin/ypcat/ypcat.1 head/usr.bin/ypmatch/ypmatch.1 head/usr.bin/ypwhich/ypwhich.1 head/usr.sbin/ypset/ypset.8 Modified: head/usr.bin/ypcat/ypcat.1 ============================================================================== --- head/usr.bin/ypcat/ypcat.1 Thu Sep 3 07:12:40 2015 (r287424) +++ head/usr.bin/ypcat/ypcat.1 Thu Sep 3 07:18:52 2015 (r287425) @@ -28,12 +28,12 @@ .\" .\" $FreeBSD$ .\" -.Dd December 3, 1993 +.Dd September 3, 2015 .Dt YPCAT 1 .Os .Sh NAME .Nm ypcat -.Nd "print the values of all keys in a YP database" +.Nd print the values of all keys in a NIS database .Sh SYNOPSIS .Nm .Op Fl kt @@ -45,7 +45,7 @@ The .Nm utility prints out the values of all keys from the -.Tn YP +.Tn NIS database specified by .Ar mapname , which may be a map name or a map nickname. Modified: head/usr.bin/ypmatch/ypmatch.1 ============================================================================== --- head/usr.bin/ypmatch/ypmatch.1 Thu Sep 3 07:12:40 2015 (r287424) +++ head/usr.bin/ypmatch/ypmatch.1 Thu Sep 3 07:18:52 2015 (r287425) @@ -28,12 +28,12 @@ .\" .\" $FreeBSD$ .\" -.Dd December 3, 1993 +.Dd September 3, 2015 .Dt YPMATCH 1 .Os .Sh NAME .Nm ypmatch -.Nd "print the values of one or more keys in a YP database" +.Nd print the values of one or more keys in a NIS database .Sh SYNOPSIS .Nm .Op Fl kt @@ -46,7 +46,7 @@ The .Nm utility prints out the values of one or more keys from the -.Tn YP +.Tn NIS database specified by .Ar mapname , which may be a map name or a map nickname. Modified: head/usr.bin/ypwhich/ypwhich.1 ============================================================================== --- head/usr.bin/ypwhich/ypwhich.1 Thu Sep 3 07:12:40 2015 (r287424) +++ head/usr.bin/ypwhich/ypwhich.1 Thu Sep 3 07:18:52 2015 (r287425) @@ -30,12 +30,12 @@ .\" .\" $FreeBSD$ .\" -.Dd February 23, 1994 +.Dd September 3, 2015 .Dt YPWHICH 1 .Os .Sh NAME .Nm ypwhich -.Nd return hostname of YP server of map master +.Nd return hostname of NIS server of map master .Sh SYNOPSIS .Nm .Op Fl d Ar domain @@ -49,18 +49,18 @@ The .Nm utility tells which -.Tn YP +.Tn NIS server supplies -.Tn YP +.Tn NIS services to a client, or which is the master for a map. If invoked without arguments, it gives the -.Tn YP +.Tn NIS server for the local machine. If .Ar host is specified, that machine is queried to find out which -.Tn YP +.Tn NIS server it is using. .Pp The options are as follows: @@ -72,7 +72,7 @@ Inhibit translation of map nicknames to their corresponding map names. .It Fl m Op Ar mname Find the master -.Tn YP +.Tn NIS server for the named map. No .Ar host Modified: head/usr.sbin/ypset/ypset.8 ============================================================================== --- head/usr.sbin/ypset/ypset.8 Thu Sep 3 07:12:40 2015 (r287424) +++ head/usr.sbin/ypset/ypset.8 Thu Sep 3 07:18:52 2015 (r287425) @@ -31,14 +31,14 @@ .\" .\" $FreeBSD$ .\" -.Dd August 04, 2015 +.Dd September 3, 2015 .Dt YPSET 8 .Os .Sh NAME .Nm ypset .Nd tell .Xr ypbind 8 -which YP server process to use +which NIS server process to use .Sh SYNOPSIS .Nm .Op Fl h Ar host @@ -49,32 +49,32 @@ The .Nm utility tells the .Xr ypbind 8 -process on the current machine which YP server process to communicate with. +process on the current machine which NIS server process to communicate with. If .Ar server -is down or is not running a YP server process, it is not discovered until -a YP client process attempts to access a YP map, at which time +is down or is not running a NIS server process, it is not discovered until +a NIS client process attempts to access a NIS map, at which time .Xr ypbind 8 tests the binding and takes appropriate action. .Pp The .Nm utility -is most useful for binding a YP client that is not on the same broadcast -network as the closest YP server, but can also be used for debugging -a local network's YP configuration, testing specific YP client +is most useful for binding a NIS client that is not on the same broadcast +network as the closest NIS server, but can also be used for debugging +a local network's NIS configuration, testing specific NIS client programs, or binding to a specific server when there are many servers on -the local network supplying YP maps. +the local network supplying NIS maps. .Pp The options are as follows: .Bl -tag -width indent .It Fl d Ar domain -Use the YP domain +Use the NIS domain .Ar domain instead of the default domain as returned by .Xr domainname 1 . .It Fl h Ar host -Set the YP binding on +Set the NIS binding on .Ar host instead of the local machine. .El