summaryrefslogtreecommitdiffstats
path: root/6pack
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 01:47:40 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:12:26 +0200
commit90f6ab2eceada8987fc6e5017ae415eade165c00 (patch)
tree6dd7d7f057512b69861faa9c72420929789227db /6pack
parent5feb3d651dbd1b096a26963bd1dffcfe0a5f9eea (diff)
Use tabs for indentation, not spaces.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '6pack')
-rw-r--r--6pack/m6pack.82
-rw-r--r--6pack/m6pack.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/6pack/m6pack.8 b/6pack/m6pack.8
index 7ed202c..7963054 100644
--- a/6pack/m6pack.8
+++ b/6pack/m6pack.8
@@ -48,7 +48,7 @@ This option is for Unix98 PTYs. It allocates "number" ptys; their names are writ
.BR ifconfig (8),
.BR kill (1).
.SH AUTHORS
-Iņaki Arenaza EB2EBU <iarenaza@escomposlinux.org>, based in the work by:
+I.aki Arenaza EB2EBU <iarenaza@escomposlinux.org>, based in the work by:
.br
Tomi Manninen OH2BNS <oh2bns@sral.fi>
.br
diff --git a/6pack/m6pack.c b/6pack/m6pack.c
index 43d20cf..541658d 100644
--- a/6pack/m6pack.c
+++ b/6pack/m6pack.c
@@ -459,7 +459,7 @@ int main(int argc, char *argv[])
return 1;
}
- numptys = argc - optind - 1;
+ numptys = argc - optind - 1;
if (numptys + ptmxdevices > MAX_PTYS) {
fprintf(stderr, "m6pack: max %d pty interfaces allowed.\n",