1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
.TH man 1 "2026-02-23" "0.16.0" "Profanity XMPP client"
.SH NAME
/subject
.SH DESCRIPTION
Set, modify, or clear room subject.
.SH SYNOPSIS
/subject set <subject>
.LP
/subject edit <subject>
.LP
/subject editor
.LP
/subject prepend <text>
.LP
/subject append <text>
.LP
/subject clear
.LP
.SH ARGUMENTS
.PP
\fBset <subject>\fR
.RS 4
Set the room subject.
.RE
.PP
\fBedit <subject>\fR
.RS 4
Edit the current room subject, tab autocompletion will display the subject to edit.
.RE
.PP
\fBeditor\fR
.RS 4
Edit the current room subject in external editor.
.RE
.PP
\fBprepend <text>\fR
.RS 4
Prepend text to the current room subject, use double quotes if a trailing space is needed.
.RE
.PP
\fBappend <text>\fR
.RS 4
Append text to the current room subject, use double quotes if a preceding space is needed.
.RE
.PP
\fBclear\fR
.RS 4
Clear the room subject.
.RE
|