aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-27 06:20:20 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-27 06:20:20 +0000
commit5416b6f4dd8aad6b7793bf02c6dafdcc621a7c27 (patch)
treed37ea79ca96fe822aa7e69d53f423f6d71feb4e4 /sbin
parent93e70a5f37fe125fd1ae5f7ca28904e6f96eb6dc (diff)
downloadsrc-5416b6f4dd8aad6b7793bf02c6dafdcc621a7c27.tar.gz
src-5416b6f4dd8aad6b7793bf02c6dafdcc621a7c27.zip
Add missing \ before an 'n' to get the proper newline when running
fdisk -s for each partition.
Notes
Notes: svn path=/head/; revision=93266
Diffstat (limited to 'sbin')
-rw-r--r--sbin/fdisk_pc98/fdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fdisk_pc98/fdisk.c b/sbin/fdisk_pc98/fdisk.c
index 9fe277334916..d20c495f83eb 100644
--- a/sbin/fdisk_pc98/fdisk.c
+++ b/sbin/fdisk_pc98/fdisk.c
@@ -378,7 +378,7 @@ main(int argc, char *argv[])
if (partp->dp_start == 0 && partp->dp_size == 0)
#endif
continue;
- printf("%4d: %11lu %11lu 0x%02xn", i + 1,
+ printf("%4d: %11lu %11lu 0x%02x\n", i + 1,
#ifdef PC98
partp->dp_scyl * cylsecs,
(partp->dp_ecyl - partp->dp_scyl + 1) * cylsecs,