groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Question about makevarescape.sed in groff-1.22.4 tarball


From: Mike Fulton
Subject: Question about makevarescape.sed in groff-1.22.4 tarball
Date: Sat, 14 Jan 2023 04:49:08 +0000

Hello,

The last line of the makevarescape.sed is:

```
s|[^ ]/\+|&\\\\:|g
```

I do not understand why it is making the change it is, but if I do

```
./configure 
--prefix=/Users/fultonm@ca.ibm.com/Documents/Development/mine<mailto:--prefix=/Users/fultonm@ca.ibm.com/Documents/Development/mine>
```

On my Mac, or a similar type of line under z/OS, then the man pages seem to 
have strange escape sequences added to them.
For example, on my Mac, this results in the line:

```
.I 
/Users/fultonm@ca.ibm.com/Documents/Development/mine/share/groff/1.22.4/tmac/\:tty\-char.tmac<mailto:/Users/fultonm@ca.ibm.com/Documents/Development/mine/share/groff/1.22.4/tmac/\:tty\-char.tmac>
```

Being generated in the ./src/roff/nroff/nroff.1 file

Thanks, Mike


Thanks, Mike



reply via email to

[Prev in Thread] Current Thread [Next in Thread]