BSD 3 development
authorEric Schmidt <schmidt@ucbvax.Berkeley.EDU>
Tue, 27 Nov 1979 03:46:09 +0000 (19:46 -0800)
committerEric Schmidt <schmidt@ucbvax.Berkeley.EDU>
Tue, 27 Nov 1979 03:46:09 +0000 (19:46 -0800)
Work on file usr/man/man1/netq.1

Synthesized-from: 3bsd

usr/man/man1/netq.1 [new file with mode: 0644]

diff --git a/usr/man/man1/netq.1 b/usr/man/man1/netq.1
new file mode 100644 (file)
index 0000000..1a1c945
--- /dev/null
@@ -0,0 +1,55 @@
+.TH NETQ 1 2/24/79
+.UC
+.ds s 1
+.ds o 1
+.SH NAME
+netq \- print contents of network queue
+.SH SYNOPSIS
+.B netq
+[
+.B \-a
+] [ machine ]
+.SH DESCRIPTION
+.I Netq
+lists the contents of the network queue,
+one request per line, for each directly-connected machine.
+For each request, it shows the login name of the originator,
+the destination, the login name on the remote machine,
+and the length (in bytes) of the request
+(this will be larger than any files transferred (e.g. by
+.I netcp),
+because of header information).
+Also described are the queue filename which may be used
+as an argument to
+.IR netrm (\*s),
+the time entered the queue, and the command being sent.
+.PP
+.I Netq
+summarizes requests by other users.
+If the 
+.B \-a
+option is specified, requests from all users are listed.
+.PP
+If a
+.I machine
+is specified, only the queue for that directly-connected machine is listed.
+.PP
+The requests are listed in the order they will be sent;
+the queue for each machine is totally independent from the
+other machine's queues.
+.SH AUTHOR
+Eric Schmidt
+.SH FILES
+.ta 2.5i
+/usr/spool/berknet/send?       the directories where the queues are
+.br
+/usr/spool/berknet/logfile     the log
+.SH "SEE ALSO"
+net(\*s), netrm(\*s), netlog(\*s), netcp(\*s),
+netlpr(\*s), netmail(\*s), mail(\*o)
+.SH BUGS
+.I Netq
+should also list files in net queues on intermediate machines.
+.br
+The commands are sent shortest-job first.
+There is no way to delay a shorter, earlier request.