diff options
author | 2002-07-20 15:43:48 +0000 | |
---|---|---|
committer | 2002-07-20 15:43:48 +0000 | |
commit | 38bc4b315e32abd932f8a72831ecf655f67d2cec (patch) | |
tree | a5b60d916457133a9b9da85957897a8528971274 | |
parent | Error out if setusercontext() fails and the runas user is not root. (diff) | |
download | wireguard-openbsd-38bc4b315e32abd932f8a72831ecf655f67d2cec.tar.xz wireguard-openbsd-38bc4b315e32abd932f8a72831ecf655f67d2cec.zip |
Show flags as "flags 0x00", not "flags Z".
-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 |