awk(1): Drop whitespace between initials

P.J. requires thin space, for other - V and W has enough natural space
near the bottom (the intervening dot prevents kerning).
This commit is contained in:
uwe 2022-07-05 15:27:14 +00:00
parent 7dbb986ee1
commit 1e388e4cea
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: awk.1,v 1.20 2022/07/05 15:21:39 uwe Exp $
.\" $NetBSD: awk.1,v 1.21 2022/07/05 15:27:14 uwe Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@ -44,7 +44,7 @@ is the Bell Labs' implementation of the AWK programming language as
described in the
.Em The AWK Programming Language
by
A. V. Aho, B. W. Kernighan, and P. J. Weinberger.
A.V.\~Aho, B.W.\~Kernighan, P.\^J.\~Weinberger.
.Pp
.Nm
scans each input
@ -767,7 +767,7 @@ Print an error message to standard error:
.Xr strftime 3 ,
.Xr time 3
.Pp
A. V. Aho, B. W. Kernighan, P. J. Weinberger,
A.\^V.\~Aho, B.\^W.\~Kernighan, P.\^J.\~Weinberger,
.Em The AWK Programming Language ,
Addison-Wesley, 1988.
ISBN 0-201-07981-X