Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2022 06:59:16 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: cddd2a7be0fc - stable/13 - ascii.7: Add full names of the control character set
Message-ID:  <202211150659.2AF6xG4T003172@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=cddd2a7be0fc5e4a834a598561a8d2e23f626ae0

commit cddd2a7be0fc5e4a834a598561a8d2e23f626ae0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-11-12 11:22:22 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-15 06:59:06 +0000

    ascii.7: Add full names of the control character set
    
    Extent the manual page by the full names of the
    control character set.
    
    Obtained from:  NetBSD
    
    (cherry picked from commit b6d1ac7f01f35ff3c44f65d197414f92356e932b)
---
 share/man/man7/ascii.7 | 40 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 39 insertions(+), 1 deletion(-)

diff --git a/share/man/man7/ascii.7 b/share/man/man7/ascii.7
index 713a4922e759..12974283da61 100644
--- a/share/man/man7/ascii.7
+++ b/share/man/man7/ascii.7
@@ -28,7 +28,7 @@
 .\"	@(#)ascii.7	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd September 21, 2019
+.Dd November 12, 2022
 .Dt ASCII 7
 .Os
 .Sh NAME
@@ -142,6 +142,44 @@ ESC      ;      [      {     11011
  RS      >      ^      -     11110
  US      ?      _    DEL     11111
 .Ed
+.Pp
+The full
+.Nm names
+of the control character set:
+.Bd -literal -offset left
+NUL      NULl
+SOH      Start Of Heading
+STX      Start Of Text
+ETX      End Of Text
+EOT      End Of Transmission
+ENQ      ENQuiry
+ACK      ACKnowledge
+BEL      BELl
+ BS      BackSpace
+ HT      Horizontal Tab
+ LF      Line Feed (new line)
+ VT      Vertical Tab
+ FF      new page Form Feed
+ CR      Carriage Return
+ SO      Shift Out
+ SI      Shift In
+DLE      Data Link Escape
+DC1      Device Control 1
+DC2      Device Control 2
+DC3      Device Control 3
+DC4      Device Control 4
+NAK      Negative AcKnowledge
+SYN      SYNchronous idle
+ETB      End of Transmission Block
+CAN      CANcel
+ EM      End of Medium
+SUB      SUBstitute
+ESC      ESCape
+ FS      File Separator
+ GS      Group Separator
+ RS      Record Separator
+ US      Unit Separator
+.Ed
 .Sh FILES
 .Bl -tag -width /usr/share/misc/ascii -compact
 .It Pa /usr/share/misc/ascii



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