Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-11-12 14:22:22 +0300
committerGordon Bergling <gbe@FreeBSD.org>2022-11-12 14:22:22 +0300
commitb6d1ac7f01f35ff3c44f65d197414f92356e932b (patch)
treec08b895de3615198d34384d300a26fbd9452d7d7
parent5920f99d2136aa55ddb2bf1910c5757ee0ef6dc7 (diff)
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
-rw-r--r--share/man/man7/ascii.740
1 files changed, 39 insertions, 1 deletions
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