diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-07-29 12:12:31 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-07-29 12:12:31 +0200 |
commit | b25ff2b27347d8559b96b4d82c7540a6c5023e5c (patch) | |
tree | 4e31e7f1f0bd7c5620ff9dc6062550d0c18c232c | |
parent | 7834874237b791abe04a1b22aff207cfa5293e34 (diff) |
man: Align synopsis with other sections
In all the tools' man pages the synopsis line is indented by one space
with respect to the text in the sections above and below. Remove the
space to have consistent alignment.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | astraceroute.8 | 2 | ||||
-rw-r--r-- | bpfc.8 | 2 | ||||
-rw-r--r-- | curvetun.8 | 2 | ||||
-rw-r--r-- | flowtop.8 | 2 | ||||
-rw-r--r-- | ifpps.8 | 2 | ||||
-rw-r--r-- | mausezahn.8 | 2 | ||||
-rw-r--r-- | netsniff-ng.8 | 2 | ||||
-rw-r--r-- | trafgen.8 | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/astraceroute.8 b/astraceroute.8 index d72e548..41d0320 100644 --- a/astraceroute.8 +++ b/astraceroute.8 @@ -8,7 +8,7 @@ astraceroute \- autonomous system trace route utility .PP .SH SYNOPSIS .PP -\fB astraceroute\fR [\fIoptions\fR] +\fBastraceroute\fR [\fIoptions\fR] .PP .SH DESCRIPTION astraceroute is a small utility to retrieve path information in a traceroute @@ -8,7 +8,7 @@ bpfc \- a Berkeley Packet Filter assembler and compiler .PP .SH SYNOPSIS .PP -\fB bpfc\fR { [\fIoptions\fR] | [\fIsource-file\fR] } +\fBbpfc\fR { [\fIoptions\fR] | [\fIsource-file\fR] } .PP .SH DESCRIPTION .PP @@ -8,7 +8,7 @@ curvetun \- a lightweight curve25519 ip4/6 tunnel .PP .SH SYNOPSIS .PP -\fB curvetun\fR [\fIoptions\fR] +\fBcurvetun\fR [\fIoptions\fR] .PP .SH DESCRIPTION curvetun is a lightweight, high-speed ECDH multiuser IP tunnel for Linux @@ -8,7 +8,7 @@ flowtop \- top-like netfilter TCP/UDP/SCTP/DCCP/ICMP(v6) flow tracking .PP .SH SYNOPSIS .PP -\fB flowtop\fR { [\fIoptions\fR] } +\fBflowtop\fR { [\fIoptions\fR] } .PP .SH DESCRIPTION .PP @@ -8,7 +8,7 @@ ifpps \- top-like networking and system statistics .PP .SH SYNOPSIS .PP -\fB ifpps\fR { [\fIoptions\fR] | [\fIdevice\fR] } +\fBifpps\fR { [\fIoptions\fR] | [\fIdevice\fR] } .PP .SH DESCRIPTION .PP diff --git a/mausezahn.8 b/mausezahn.8 index de82fb5..eaa2c9d 100644 --- a/mausezahn.8 +++ b/mausezahn.8 @@ -8,7 +8,7 @@ mausezahn \- a fast versatile packet generator with Cisco-cli .PP .SH SYNOPSIS .PP -\fB mausezahn\fR { [\fIoptions\fR] "<arg-string> | <hex-string>" } +\fBmausezahn\fR { [\fIoptions\fR] "<arg-string> | <hex-string>" } .PP .SH DESCRIPTION .PP diff --git a/netsniff-ng.8 b/netsniff-ng.8 index 15e744c..5915595 100644 --- a/netsniff-ng.8 +++ b/netsniff-ng.8 @@ -8,7 +8,7 @@ netsniff-ng \- the packet sniffing beast .PP .SH SYNOPSIS .PP -\fB netsniff-ng\fR { [\fIoptions\fR] [\fIfilter-expression\fR] } +\fBnetsniff-ng\fR { [\fIoptions\fR] [\fIfilter-expression\fR] } .PP .SH DESCRIPTION .PP @@ -8,7 +8,7 @@ trafgen \- a fast, multithreaded network packet generator .PP .SH SYNOPSIS .PP -\fB trafgen\fR [\fIoptions\fR] +\fBtrafgen\fR [\fIoptions\fR] .PP .SH DESCRIPTION .PP |