Update descriptions and manpage
Reflect coping with different message queues.
This commit is contained in:
parent
90a3a5eb52
commit
8150e30ef5
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ edition = "2018"
|
||||||
repository = "https://git.onders.org/finga/mqrs"
|
repository = "https://git.onders.org/finga/mqrs"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "A CLI program for interacting with Posix Message Queues."
|
description = "A CLI program for interacting with different kinds of message queues."
|
||||||
keywords = ["message_queue", "mq", "mqueue", "queue"]
|
keywords = ["message_queue", "mq", "mqueue", "queue"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ sysvmq = { path = "sysvmq" }
|
||||||
members = ["sysvmq"]
|
members = ["sysvmq"]
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
extended-description = "`mqrs` is a small cli application to handle POSIX message queues."
|
extended-description = "`mqrs` is a small cli application to handle different kinds of message queues."
|
||||||
assets = [
|
assets = [
|
||||||
["target/release/mqrs", "usr/bin/", "755"],
|
["target/release/mqrs", "usr/bin/", "755"],
|
||||||
["README.md", "usr/share/doc/cargo-deb/README.md", "644"],
|
["README.md", "usr/share/doc/cargo-deb/README.md", "644"],
|
||||||
|
|
2
mqrs.1
2
mqrs.1
|
@ -319,7 +319,7 @@ Id of the queue
|
||||||
Key of the queue
|
Key of the queue
|
||||||
.RE
|
.RE
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
mq_overview(7)
|
mq_overview(7), sysvipc(7)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
No known bugs.
|
No known bugs.
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
|
Loading…
Reference in a new issue