From cbb331e9476db251d02c13069c24e6551d5431b2 Mon Sep 17 00:00:00 2001 From: CSRG Date: Tue, 22 Feb 1983 23:52:38 -0800 Subject: [PATCH] BSD 4_1c_2 development Work on file usr/src/new/courier/courier.1 Synthesized-from: CSRG/cd1/4.1c.2 --- usr/src/new/courier/courier.1 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 usr/src/new/courier/courier.1 diff --git a/usr/src/new/courier/courier.1 b/usr/src/new/courier/courier.1 new file mode 100644 index 0000000000..1c46bf1662 --- /dev/null +++ b/usr/src/new/courier/courier.1 @@ -0,0 +1,31 @@ +.TH COURIER 1 +.UC 4 +.SH NAME +courier \- Courier remote procedure call compiler +.SH SYNOPSIS +.B courier +specification ... +.SH DESCRIPTION +.I Courier +is a compiler for the Mesa-like specification language +associated with the Courier remote procedure call protocol. +.SH FILES +.ta 2i +Program.cr Courier specification file for +.I "Program" +.sp 0.5 +.I "The following files are generated by courier from the above:" +.sp 0.5 +Program.h definitions and typedefs +.br +Program_stubs.c mappings between C and Courier +.br +Program_server.c server routines +.br +Program_client.c client routines +.SH "SEE ALSO" +``Writing Distributed Programs with Courier'' by Eric C. Cooper. +.br +``Courier: The Remote Procedure Call Protocol,'' +Xerox System Integration Standard 038112, +December 1981. -- 2.20.1