Skip to content

Commit

Permalink
doc: fix dhtnode(1) man page formatting
Browse files Browse the repository at this point in the history
This fixes the following lintian issue:
    22: warning: macro 'mF' not defined [usr/share/man/man1/dhtnode.1.gz:1]
  • Loading branch information
sur5r authored and bandali0 committed Aug 17, 2023
1 parent ed6c538 commit e98dbdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/dhtnode.1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.SH DESCRIPTION
Runs an OpenDHT node, with a CLI (default) or as a daemon (with \fB'-d'\fP or \fB'-s'\fP).
Commands available in the interactive shell are:
.EE
.EX
h, help Print this help message.
q, quit Quit the program.
log Start/stop printing DHT logs.
Expand All @@ -39,6 +39,7 @@ Commands available in the interactive shell are:
private key.
e [key] [dest] [str] Put string value at [key], encrypted for [dest] with
its public key (if found).
.EE
.SH OPTIONS
.TP
\fB\-h\fP
Expand Down

0 comments on commit e98dbdd

Please sign in to comment.