diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-06-20 10:53:51 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-20 10:53:51 +0000 |
| commit | 953ae31a00008703095d69f15e15175394e838a9 (patch) | |
| tree | 7aafc5a56bf7aecdbd1110558bbf2c0554b5787a | |
| parent | 12646d6c2c37000f8a713159a40b32677dc9152b (diff) | |
Notes
| -rw-r--r-- | lib/libcam/cam_cdbparse.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3 index ef14f2de848f..5b9b073f73fc 100644 --- a/lib/libcam/cam_cdbparse.3 +++ b/lib/libcam/cam_cdbparse.3 @@ -307,9 +307,7 @@ end of the current line. The optional name is the first part of a field specifier and is in curly braces. The text in curly braces in this example are the names: -.Bd -literal -offset indent -.Fa "{PS} v:b1 {Reserved} 0:b1 {Page Code} v:b6 # Mode select page" -.Ed +.Dl "{PS} v:b1 {Reserved} 0:b1 {Page Code} v:b6 # Mode select page" .Pp This field specifier has two one bit fields and one six bit field. The second one bit field is the constant value 0 and the first |
