diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/pq.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/pq.1')
| -rw-r--r-- | static/unix-v10/man1/pq.1 | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/static/unix-v10/man1/pq.1 b/static/unix-v10/man1/pq.1 new file mode 100644 index 00000000..7cfec15c --- /dev/null +++ b/static/unix-v10/man1/pq.1 @@ -0,0 +1,52 @@ +.TH PQ 1 "Post 4.0" " " +.SH NAME +pq \- directory query interface +.SH SYNOPSIS +.B pq +.RB [ \-l ] +[directory query options] query ... +.SH DESCRIPTION +.I pq\^ +is a fast directory query interface; the +.I "directory query options" +and +.I query +are defined in +.IR post (1). +Unlike +.BR "post \-w" , +.I pq +does not recognize aliases and +.BR \-q , +and only uses the +.B POST +environment variable. +.TP +.B \-l +Query location directory; equivalent to +.br +.B +\-a loc \-o "%6loc %12tel [%3cornet] %street, %city, %state, %zip" +.SH EXAMPLES +.PD 0 +Query directory for members of an office: +.IP +pq loc=mh/room=2b519 +.PP +Query directory for location information: +.IP +pq \-l mt +.PP +Query directory for cornet number of a location: +.IP +pq \-l \-o %cornet ih +.PD +.SH FILES +.TP 30 +$POST/lib/dispatch +directory configuration file +.SH SEE ALSO +post(1), +pq(3C), +dispatch(4), +modules(4). |
