diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-06-20 10:55:45 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-20 10:55:45 +0000 |
| commit | 6bc75c32bcc3ba25b1200441593632d22f4b5453 (patch) | |
| tree | abc30838fa4fef58d8dd5110fa27153466b7a119 /lib/libcam | |
| parent | c155b0ad3c1f831ec2e5dc5ccc50bf99300e1c0c (diff) | |
Notes
Diffstat (limited to 'lib/libcam')
| -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 |
