Add a missing space in a comment
This commit is contained in:
parent
760d20de7a
commit
7e7f191f7d
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: fixsb,v 1.11 2004/08/13 18:08:03 mycroft Exp $
|
||||
# $NetBSD: fixsb,v 1.12 2004/12/30 09:32:13 dsainty Exp $
|
||||
#
|
||||
|
||||
# PROVIDE: fixsb
|
||||
|
@ -39,7 +39,7 @@ verbose()
|
|||
readsbfield()
|
||||
{
|
||||
# The first dd command reads in the superblock using block aligned i/o
|
||||
# sothat it works on a raw character device. The second dd extracts
|
||||
# so that it works on a raw character device. The second dd extracts
|
||||
# the exact field from the superblock that we wish to read.
|
||||
(dd if="$1" bs=8192 count=1 skip=1 |
|
||||
dd bs=1 skip="$2" count="$3" | cat -v) 2> /dev/null
|
||||
|
|
Loading…
Reference in New Issue