git: b6d1ac7f01f3 - main - ascii.7: Add full names of the control character set

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 12 Nov 2022 11:22:51 UTC
The branch main has been updated by gbe (doc committer):

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

commit b6d1ac7f01f35ff3c44f65d197414f92356e932b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-11-12 11:22:22 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-12 11:22:22 +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
    MFC after:      3 days
---
 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