Bug 186205

Summary: vis.3: missing word
Product: Documentation Reporter: Christian Weisgerber <naddy>
Component: Books & ArticlesAssignee: Sergey Kandaurov <pluknet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Christian Weisgerber freebsd_committer freebsd_triage 2014-01-28 18:30:00 UTC
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".
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-29 11:40:05 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"
Comment 2 Sergey Kandaurov freebsd_committer freebsd_triage 2014-01-29 11:40:49 UTC
State Changed
From-To: open->patched

Committed to HEAD, thanks! 


Comment 3 Sergey Kandaurov freebsd_committer freebsd_triage 2014-01-29 11:40:49 UTC
Responsible Changed
From-To: freebsd-doc->pluknet

Committed to HEAD, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-02-01 10:41:38 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"
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-02-01 10:42:23 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"
Comment 6 Sergey Kandaurov freebsd_committer freebsd_triage 2014-02-01 10:44:27 UTC
State Changed
From-To: patched->closed

Merged.