| Summary: | vis.3: missing word | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Christian Weisgerber <naddy> | ||||
| Component: | Books & Articles | Assignee: | Sergey Kandaurov <pluknet> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Christian Weisgerber
2014-01-28 18:30:00 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: open->patched Committed to HEAD, thanks! Responsible Changed From-To: freebsd-doc->pluknet Committed to HEAD, thanks! 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" 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" State Changed From-To: patched->closed Merged. |