Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2018 08:50:55 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r330479 - stable/11/share/man/man7
Message-ID:  <201803050850.w258otJD028500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Mar  5 08:50:54 2018
New Revision: 330479
URL: https://svnweb.freebsd.org/changeset/base/330479

Log:
  MFC r325217:
  
  Fix '\' in binary ascii table

Modified:
  stable/11/share/man/man7/ascii.7
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man7/ascii.7
==============================================================================
--- stable/11/share/man/man7/ascii.7	Mon Mar  5 08:50:16 2018	(r330478)
+++ stable/11/share/man/man7/ascii.7	Mon Mar  5 08:50:54 2018	(r330479)
@@ -28,7 +28,7 @@
 .\"	@(#)ascii.7	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd March 10, 2017
+.Dd October 30, 2017
 .Dt ASCII 7
 .Os
 .Sh NAME
@@ -137,7 +137,7 @@ CAN      8      X      x     11000
  EM      9      Y      y     11001
 SUB      :      Z      z     11010
 ESC      ;      [      {     11011
- FS      <      \      |     11100
+ FS      <      \e\      |     11100
  GS      =      ]      }     11101
  RS      >      ^      -     11110
  US      ?      _    DEL     11111



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803050850.w258otJD028500>