Module Name:    src
Committed By:   uwe
Date:           Sat Jan 13 12:20:49 UTC 2018

Modified Files:
        src/share/man/man4: bpf.4

Log Message:
Fix another column width.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/share/man/man4/bpf.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/bpf.4
diff -u src/share/man/man4/bpf.4:1.58 src/share/man/man4/bpf.4:1.59
--- src/share/man/man4/bpf.4:1.58	Sat Jan 13 12:14:26 2018
+++ src/share/man/man4/bpf.4	Sat Jan 13 12:20:49 2018
@@ -1,6 +1,6 @@
 .\" -*- nroff -*-
 .\"
-.\"	$NetBSD: bpf.4,v 1.58 2018/01/13 12:14:26 uwe Exp $
+.\"	$NetBSD: bpf.4,v 1.59 2018/01/13 12:20:49 uwe Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1992, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -538,7 +538,7 @@ Note that the addressing modes are more 
 the accumulator loads, but they include
 .Sy BPF_MSH ,
 a hack for efficiently loading the IP header length.
-.Bl -column "BPF_LDX_BPF_W_BPF_IMM" "X <- k" -offset indent
+.Bl -column "BPF_LDX_BPF_W_BPF_MEM" "X <- k" -offset indent
 .It Sy BPF_LDX+BPF_W+BPF_IMM Ta X <- k
 .It Sy BPF_LDX+BPF_W+BPF_MEM Ta X <- M[k]
 .It Sy BPF_LDX+BPF_W+BPF_LEN Ta X <- len

Reply via email to