=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fstat/fstat.c,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- src/usr.bin/fstat/fstat.c 2012/01/07 05:38:12 1.72 +++ src/usr.bin/fstat/fstat.c 2012/11/30 14:40:03 1.73 @@ -1,4 +1,4 @@ -/* $OpenBSD: fstat.c,v 1.72 2012/01/07 05:38:12 guenther Exp $ */ +/* $OpenBSD: fstat.c,v 1.73 2012/11/30 14:40:03 mikeb Exp $ */ /* * Copyright (c) 2009 Todd C. Miller @@ -410,7 +410,7 @@ else if (!(kf->v_flag & VCLONE)) (void)printf(" %-8s", kf->f_mntonname); else - (void)printf(" clone"); + (void)printf(" clone "); if (nflg) (void)snprintf(mode, sizeof(mode), "%o", kf->va_mode); else