Module Name: src Committed By: uwe Date: Tue Aug 6 17:18:01 UTC 2024
Modified Files: src/usr.bin/printf: printf.1 Log Message: printf(1): move \e description to its lexicographic place To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.bin/printf/printf.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/printf/printf.1 diff -u src/usr.bin/printf/printf.1:1.38 src/usr.bin/printf/printf.1:1.39 --- src/usr.bin/printf/printf.1:1.38 Tue Aug 6 14:55:48 2024 +++ src/usr.bin/printf/printf.1 Tue Aug 6 17:18:00 2024 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.1,v 1.38 2024/08/06 14:55:48 kre Exp $ +.\" $NetBSD: printf.1,v 1.39 2024/08/06 17:18:00 uwe Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -92,10 +92,6 @@ Character escape sequences are in backsl .St -ansiC . The characters and their meanings are as follows: .Bl -tag -offset indent -width Cm -.It Cm \ee -Write an -.Aq escape -character. .It Cm \ea Write a .Aq bell @@ -104,6 +100,10 @@ character. Write a .Aq backspace character. +.It Cm \ee +Write an +.Aq escape +character. .It Cm \ef Write a .Aq form-feed