svn commit: r352577 - head/share/man/man7

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Sep 21 14:16:38 UTC 2019


Author: 0mp (ports committer)
Date: Sat Sep 21 14:16:37 2019
New Revision: 352577
URL: https://svnweb.freebsd.org/changeset/base/352577

Log:
  ascii(7): Add STANDARDS section and update HISTORY section
  
  PR:		240727
  Submitted by:	Gordon Bergling <gbergling at gmail.com>
  Approved by:	src (imp)
  Event:		EuroBSDcon 2019

Modified:
  head/share/man/man7/ascii.7

Modified: head/share/man/man7/ascii.7
==============================================================================
--- head/share/man/man7/ascii.7	Sat Sep 21 14:06:16 2019	(r352576)
+++ head/share/man/man7/ascii.7	Sat Sep 21 14:16:37 2019	(r352577)
@@ -28,7 +28,7 @@
 .\"	@(#)ascii.7	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd October 30, 2017
+.Dd September 21, 2019
 .Dt ASCII 7
 .Os
 .Sh NAME
@@ -146,8 +146,15 @@ ESC      ;      [      {     11011
 .Bl -tag -width /usr/share/misc/ascii -compact
 .It Pa /usr/share/misc/ascii
 .El
+.Sh STANDARDS
+.Rs
+.%T Information Systems - Coded Character Sets - 7-Bit American National\
+ Standard Code for Information Interchange (7-Bit ASCII)
+.%R INCITS 4-1986[R2017]
+.%Q InterNational Committee for Information Technology Standards
+.Re
 .Sh HISTORY
 An
 .Nm
 manual page appeared in
-.At v7 .
+.At v2 .


More information about the svn-src-all mailing list