diff options
Diffstat (limited to 'man4/vcs.4')
| -rw-r--r-- | man4/vcs.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man4/vcs.4 b/man4/vcs.4 index 6a67eb4131..bfa92aaea1 100644 --- a/man4/vcs.4 +++ b/man4/vcs.4 @@ -177,7 +177,7 @@ main(void) if (s & mask) ch |= 0x100; attrib = ((s & \(timask) >> 8); - printf("ch=0x%03x attrib=0x%02x\en", ch, attrib); + printf("ch=%#03x attrib=%#02x\en", ch, attrib); s \(ha= 0x1000; (void) lseek(fd, \-2, SEEK_CUR); (void) write(fd, &s, 2); |
