summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-19 06:28:48 +0000
committerphk <phk@FreeBSD.org>1995-03-19 06:28:48 +0000
commitd5c6edea4c1b5a46213c03e03cf6cfcc0b31a966 (patch)
treef67ee1202af97c4b9facf50e337317299a174584 /sbin
parent42a3c01e4dc2cc1277ae548b67328a7fc289f071 (diff)
downloadFreeBSD-src-d5c6edea4c1b5a46213c03e03cf6cfcc0b31a966.zip
FreeBSD-src-d5c6edea4c1b5a46213c03e03cf6cfcc0b31a966.tar.gz
add a \t which has been nagging me too long
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysinstall/stage2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysinstall/stage2.c b/sbin/sysinstall/stage2.c
index d0811e6..7d02845 100644
--- a/sbin/sysinstall/stage2.c
+++ b/sbin/sysinstall/stage2.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: stage2.c,v 1.25 1995/02/13 06:52:10 phk Exp $
+ * $Id: stage2.c,v 1.26 1995/03/15 06:16:10 phk Exp $
*
*/
@@ -153,7 +153,7 @@ stage2()
}
chdir("/");
TellEm("Writing procfs");
- fprintf(f1,"proc\t\t/proc\tprocfs rw 0 0\n");
+ fprintf(f1,"proc\t\t\t/proc\tprocfs rw 0 0\n");
fclose(f1);
j = fork();
OpenPOWER on IntegriCloud