diff options
| author | ross <ross@NetBSD.org> | 2002-02-08 01:36:18 +0000 |
|---|---|---|
| committer | ross <ross@NetBSD.org> | 2002-02-08 01:36:18 +0000 |
| commit | 2a76afae02579372d059f50aca793d52fbc1f86c (patch) | |
| tree | 82d3f269f2eb7a6f0c786abd977fd8f19cd21376 /usr.bin/printf/printf.1 | |
| parent | dc5571b22e34d6497536a3952a5e127c7b626e0f (diff) | |
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
Diffstat (limited to 'usr.bin/printf/printf.1')
| -rw-r--r-- | usr.bin/printf/printf.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 8d318679586..b039d21e94d 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: printf.1,v 1.14 2001/12/08 19:10:43 wiz Exp $ +.\" $NetBSD: printf.1,v 1.15 2002/02/08 01:36:31 ross Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -89,23 +89,23 @@ The characters and their meanings are as follows: .Bl -tag -width Ds -offset indent .It Cm \ee -Write an <escape> character. +Write an \*[Lt]escape\*[Gt] character. .It Cm \ea -Write a <bell> character. +Write a \*[Lt]bell\*[Gt] character. .It Cm \eb -Write a <backspace> character. +Write a \*[Lt]backspace\*[Gt] character. .It Cm \ef -Write a <form-feed> character. +Write a \*[Lt]form-feed\*[Gt] character. .It Cm \en -Write a <new-line> character. +Write a \*[Lt]new-line\*[Gt] character. .It Cm \er -Write a <carriage return> character. +Write a \*[Lt]carriage return\*[Gt] character. .It Cm \et -Write a <tab> character. +Write a \*[Lt]tab\*[Gt] character. .It Cm \ev -Write a <vertical tab> character. +Write a \*[Lt]vertical tab\*[Gt] character. .It Cm \e\' -Write a <single quote> character. +Write a \*[Lt]single quote\*[Gt] character. .It Cm \e\e Write a backslash character. .It Cm \e Ns Ar num |
