diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2005-02-15 22:31:05 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-02-15 22:31:05 +0000 |
| commit | d288fef8230724f76fab3aeb4d983bf31f62e908 (patch) | |
| tree | b29abbf4d644075cae65b9a89583ea4d7d7626fa /sbin | |
| parent | 7fae6a111639f3bb9f2505b00319ea869bedb50f (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/sunlabel/sunlabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sunlabel/sunlabel.c b/sbin/sunlabel/sunlabel.c index c520b3a3beffa..d299f363805d4 100644 --- a/sbin/sunlabel/sunlabel.c +++ b/sbin/sunlabel/sunlabel.c @@ -752,7 +752,7 @@ print_label(struct sun_disklabel *sl, const char *disk, FILE *out) fprintf(out, "# /dev/%s:\n" "text: %s\n" -"bytes/sectors: %d\n" +"bytes/sector: %d\n" "sectors/cylinder: %ju\n", disk, sl->sl_text, |
