Skip to content

Commit bed13ad

Browse files
committed
skeletal versions of manpages for opussend and pcmsend
1 parent 4b6b5e7 commit bed13ad

2 files changed

Lines changed: 100 additions & 0 deletions

File tree

docs/opussend.1

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
.\" Hey, EMACS: -*- nroff -*-
2+
.\" (C) Copyright 2026 Phil Karn <karn@bart.ka9q.net>,
3+
.\"
4+
.\" First parameter, NAME, should be all caps
5+
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
6+
.\" other parameters are allowed: see man(7), man(1)
7+
.TH OPUSSEND 1 "April 28 2026"
8+
.\" Please adjust this date whenever revising the manpage.
9+
.\"
10+
.\" Some roff macros, for reference:
11+
.\" .nh disable hyphenation
12+
.\" .hy enable hyphenation
13+
.\" .ad l left justify
14+
.\" .ad b justify to both left and right margins
15+
.\" .nf disable filling
16+
.\" .fi enable filling
17+
.\" .br insert line break
18+
.\" .sp <n> insert n+1 empty lines
19+
.\" for manpage-specific macros, see man(7)
20+
.SH NAME
21+
opussend \- Encode with Opus and stream as RTP multicast
22+
.SH SYNOPSIS
23+
.B opussend
24+
.RI [ options ] " files" ...
25+
.SH DESCRIPTION
26+
This manual page documents briefly the
27+
.B opussend
28+
command.
29+
.PP
30+
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31+
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32+
.\" respectively.
33+
\fBopussend\fP works like magic.
34+
.SH OPTIONS
35+
These programs follow the usual GNU command line syntax, with long
36+
options starting with two dashes ('\-').
37+
A summary of options is included below.
38+
For a complete description, see the Info files.
39+
.TP
40+
.B \-h, \-\-help
41+
Show summary of options.
42+
.TP
43+
.B \-v, \-\-version
44+
Show version of program.
45+
.SH SEE ALSO
46+
.BR pcmsend (1).
47+
.br
48+
The programs are documented fully by
49+
.IR "The Rise and Fall of a Fooish Bar" ,
50+
available via the Info system.

docs/pcmsend.1

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
.\" Hey, EMACS: -*- nroff -*-
2+
.\" (C) Copyright 2026 Phil Karn <karn@bart.ka9q.net>,
3+
.\"
4+
.\" First parameter, NAME, should be all caps
5+
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
6+
.\" other parameters are allowed: see man(7), man(1)
7+
.TH PCMSEND 1 "April 28 2026"
8+
.\" Please adjust this date whenever revising the manpage.
9+
.\"
10+
.\" Some roff macros, for reference:
11+
.\" .nh disable hyphenation
12+
.\" .hy enable hyphenation
13+
.\" .ad l left justify
14+
.\" .ad b justify to both left and right margins
15+
.\" .nf disable filling
16+
.\" .fi enable filling
17+
.\" .br insert line break
18+
.\" .sp <n> insert n+1 empty lines
19+
.\" for manpage-specific macros, see man(7)
20+
.SH NAME
21+
pcmsend \- stream PCM data as RTP multicast
22+
.SH SYNOPSIS
23+
.B powers
24+
.RI [ options ] " files" ...
25+
.SH DESCRIPTION
26+
This manual page documents briefly the
27+
.B pcmsend
28+
command.
29+
.PP
30+
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
31+
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
32+
.\" respectively.
33+
\fBpcmsend\fP performs magic.
34+
.SH OPTIONS
35+
These programs follow the usual GNU command line syntax, with long
36+
options starting with two dashes ('\-').
37+
A summary of options is included below.
38+
For a complete description, see the Info files.
39+
.TP
40+
.B \-h, \-\-help
41+
Show summary of options.
42+
.TP
43+
.B \-v, \-\-version
44+
Show version of program.
45+
.SH SEE ALSO
46+
.BR opussend (1).
47+
.br
48+
The programs are documented fully by
49+
.IR "The Rise and Fall of a Fooish Bar" ,
50+
available via the Info system.

0 commit comments

Comments
 (0)