use macro for /usr/local/plan9

This commit is contained in:
rsc
2005-01-11 17:37:33 +00:00
parent dcba4bf6bd
commit c3674de413
220 changed files with 309 additions and 302 deletions

View File

@@ -142,7 +142,7 @@ generate input with an awk script and pipe it into
awk 'BEGIN{for(x=.1;x<500;x+=.1)print x,sin(x)/x}' | gview
.EE
.SH SOURCE
.B /usr/local/plan9/src/cmd/draw/gview.c
.B \*9/src/cmd/draw/gview.c
.SH SEE ALSO
.IR awk (1)
.SH BUGS