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

@ -128,7 +128,7 @@ tr : ' ' </etc/passwd | sort -k 3 3 >temp
join -1 3 -2 3 -o 1.1,2.1 temp temp | awk '$1 < $2'
Print all pairs of users with identical userids.
.SH SOURCE
.B /usr/local/plan9/src/cmd/join.c
.B \*9/src/cmd/join.c
.SH "SEE ALSO"
.IR sort (1),
.IR comm (1),