From naddy@mips.inka.de  Tue Jan 28 18:27:10 2014
Return-Path: <naddy@mips.inka.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id B50759F4
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2014 18:27:10 +0000 (UTC)
Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 6C914197C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2014 18:27:10 +0000 (UTC)
Received: from mail-in-14-z2.arcor-online.net (mail-in-14-z2.arcor-online.net [151.189.8.31])
	by mx.arcor.de (Postfix) with ESMTP id 96C8126372
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2014 18:56:26 +0100 (CET)
Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48])
	by mail-in-14-z2.arcor-online.net (Postfix) with ESMTP id 92E50186BE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2014 18:56:26 +0100 (CET)
Received: from lorvorc.mips.inka.de (dslb-188-098-179-101.pools.arcor-ip.net [188.98.179.101])
	by mail-in-08.arcor-online.net (Postfix) with ESMTPS id 6C82B3AF22A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2014 18:56:26 +0100 (CET)
Received: from lorvorc.mips.inka.de (localhost [127.0.0.1])
	by lorvorc.mips.inka.de (8.14.7/8.14.7) with ESMTP id s0SHuQXp071647
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Jan 2014 18:56:26 +0100 (CET)
	(envelope-from naddy@lorvorc.mips.inka.de)
Received: (from naddy@localhost)
	by lorvorc.mips.inka.de (8.14.7/8.14.7/Submit) id s0SHuQY6071646;
	Tue, 28 Jan 2014 18:56:26 +0100 (CET)
	(envelope-from naddy)
Message-Id: <201401281756.s0SHuQY6071646@lorvorc.mips.inka.de>
Date: Tue, 28 Jan 2014 18:56:26 +0100 (CET)
From: Christian Weisgerber <naddy@FreeBSD.org>
Reply-To: Christian Weisgerber <naddy@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: vis.3: missing word
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         186205
>Category:       docs
>Synopsis:       vis.3: missing word
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pluknet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 28 18:30:00 UTC 2014
>Closed-Date:    Sat Feb 01 10:44:46 UTC 2014
>Last-Modified:  Sat Feb  1 10:50:01 UTC 2014
>Originator:     Christian Weisgerber
>Release:        FreeBSD 10.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD lorvorc.mips.inka.de 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r260852: Sat Jan 18 18:49:51 CET 2014 naddy@lorvorc.mips.inka.de:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

vis.3 says:

  The buffer size limited versions of the functions (nvis(), strnvis(),
  strnvisx(), snvis(), strsnvis(), and strsnvisx()) appeared in and
  FreeBSD 9.2.

"In and"?  Something is missing here.  According to the NetBSD man
page, that should be "appeared in NetBSD 6.0 and FreeBSD 9.2".

>How-To-Repeat:

>Fix:

Index: vis.3
===================================================================
--- vis.3	(http://svn.freebsd.org/base/head/contrib/libc-vis/vis.3)	(revision 261239)
+++ vis.3	(.../vis.3)	(working copy)
@@ -510,6 +510,7 @@
 and
 .Fn strsnvisx Pc
 appeared in
+.Nx 6.0
 and
 .Fx 9.2 .
 Myltibyte character support was added in
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: pluknet 
State-Changed-When: Wed Jan 29 11:40:49 UTC 2014 
State-Changed-Why:  
Committed to HEAD, thanks! 


Responsible-Changed-From-To: freebsd-doc->pluknet 
Responsible-Changed-By: pluknet 
Responsible-Changed-When: Wed Jan 29 11:40:49 UTC 2014 
Responsible-Changed-Why:  
Committed to HEAD, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186205 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/186205: commit references a PR
Date: Wed, 29 Jan 2014 11:40:05 +0000 (UTC)

 Author: pluknet
 Date: Wed Jan 29 11:39:58 2014
 New Revision: 261261
 URL: http://svnweb.freebsd.org/changeset/base/261261
 
 Log:
   Restore the Nx macro lost in transit.
   This matches upstream.
   
   PR:		186205
   Submitted by:	naddy
   MFC after:	3 days
 
 Modified:
   head/contrib/libc-vis/vis.3
 
 Modified: head/contrib/libc-vis/vis.3
 ==============================================================================
 --- head/contrib/libc-vis/vis.3	Wed Jan 29 10:42:01 2014	(r261260)
 +++ head/contrib/libc-vis/vis.3	Wed Jan 29 11:39:58 2014	(r261261)
 @@ -510,6 +510,7 @@ The buffer size limited versions of the 
  and
  .Fn strsnvisx Pc
  appeared in
 +.Nx 6.0
  and
  .Fx 9.2 .
  Myltibyte character support was added in
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: pluknet 
State-Changed-When: Sat Feb 1 10:44:27 UTC 2014 
State-Changed-Why:  
Merged. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186205 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/186205: commit references a PR
Date: Sat,  1 Feb 2014 10:41:38 +0000 (UTC)

 Author: pluknet
 Date: Sat Feb  1 10:41:26 2014
 New Revision: 261346
 URL: http://svnweb.freebsd.org/changeset/base/261346
 
 Log:
   MFC r261261: Restore the Nx macro.
   
   PR:		186205
   Submitted by:	naddy
 
 Modified:
   stable/10/contrib/libc-vis/vis.3
 Directory Properties:
   stable/10/   (props changed)
 
 Modified: stable/10/contrib/libc-vis/vis.3
 ==============================================================================
 --- stable/10/contrib/libc-vis/vis.3	Sat Feb  1 10:36:35 2014	(r261345)
 +++ stable/10/contrib/libc-vis/vis.3	Sat Feb  1 10:41:26 2014	(r261346)
 @@ -510,6 +510,7 @@ The buffer size limited versions of the 
  and
  .Fn strsnvisx Pc
  appeared in
 +.Nx 6.0
  and
  .Fx 9.2 .
  Myltibyte character support was added in
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/186205: commit references a PR
Date: Sat,  1 Feb 2014 10:42:23 +0000 (UTC)

 Author: pluknet
 Date: Sat Feb  1 10:42:15 2014
 New Revision: 261347
 URL: http://svnweb.freebsd.org/changeset/base/261347
 
 Log:
   MFC r261261: Restore the Nx macro.
   
   PR:		186205
   Submitted by:	naddy
 
 Modified:
   stable/9/contrib/libc-vis/vis.3
 Directory Properties:
   stable/9/contrib/libc-vis/   (props changed)
 
 Modified: stable/9/contrib/libc-vis/vis.3
 ==============================================================================
 --- stable/9/contrib/libc-vis/vis.3	Sat Feb  1 10:41:26 2014	(r261346)
 +++ stable/9/contrib/libc-vis/vis.3	Sat Feb  1 10:42:15 2014	(r261347)
 @@ -510,6 +510,7 @@ The buffer size limited versions of the 
  and
  .Fn strsnvisx Pc
  appeared in
 +.Nx 6.0
  and
  .Fx 9.2 .
  Myltibyte character support was added in
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
