From owner-svn-src-head@FreeBSD.ORG Sat Jan 3 23:16:14 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F233CDD; Sat, 3 Jan 2015 23:16:14 +0000 (UTC) Received: from svn.freebsd.org (svn.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 2BB9E66151; Sat, 3 Jan 2015 23:16:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t03NGE5S031974; Sat, 3 Jan 2015 23:16:14 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t03NGELR031973; Sat, 3 Jan 2015 23:16:14 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201501032316.t03NGELR031973@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 3 Jan 2015 23:16:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276641 - head/contrib/vis X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 23:16:14 -0000 Author: bapt Date: Sat Jan 3 23:16:13 2015 New Revision: 276641 URL: https://svnweb.freebsd.org/changeset/base/276641 Log: Import NetBSD vis(1) mandoc fixes Modified: head/contrib/vis/vis.1 Directory Properties: head/contrib/vis/ (props changed) Modified: head/contrib/vis/vis.1 ============================================================================== --- head/contrib/vis/vis.1 Sat Jan 3 23:15:01 2015 (r276640) +++ head/contrib/vis/vis.1 Sat Jan 3 23:16:13 2015 (r276641) @@ -1,4 +1,4 @@ -.\" $NetBSD: vis.1,v 1.17 2013/02/14 14:00:00 christos Exp $ +.\" $NetBSD: vis.1,v 1.19 2013/03/14 19:17:23 njoly Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)vis.1 8.4 (Berkeley) 4/19/94 .\" -.Dd February 13, 2013 +.Dd February 19, 2013 .Dt VIS 1 .Os .Sh NAME @@ -154,6 +154,7 @@ instead. .It Ev LC_CTYPE Specify the locale of the input data. Set to C if the input data locale is unknown. +.El .Sh SEE ALSO .Xr unvis 1 , .Xr svis 3 , @@ -164,6 +165,6 @@ The command appears in .Bx 4.4 . Myltibyte character support was added in -.Nx 6.1 +.Nx 7.0 and .Fx 9.2 .