diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-20 15:43:49 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-20 15:43:49 +0000 |
commit | 65942ab0261ebaac558543e0a631ee1765baa942 (patch) | |
tree | eafbea917df63cb9339db2db721c09e2f6797259 /share | |
parent | 36fabbe33ec142b78b3717ea393b7fd92cfde917 (diff) |
Show flags as "flags 0x00", not "flags Z".
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/fdc.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4 index 1075bf4bf86..0ea0f7d1e39 100644 --- a/share/man/man4/fdc.4 +++ b/share/man/man4/fdc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdc.4,v 1.3 2000/09/09 17:15:56 deraadt Exp $ +.\" $OpenBSD: fdc.4,v 1.4 2002/07/20 15:43:48 fgsch Exp $ .\" $NetBSD: fdc.4,v 1.6 1996/03/22 01:55:14 andrew Exp $ .\" .\" Copyright (c) 1996 Andrew C. Wheadon @@ -43,7 +43,7 @@ .Nd NEC765 compatible floppy disk driver .Sh SYNOPSIS .Cd "fdc0 at isa? port 0x3f0 irq 6 drq 2" -.Cd "fd* at fdc? drive ? flags Z" +.Cd "fd* at fdc? drive ? flags 0x00" .Sh DESCRIPTION The .Nm |