Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Fix another column width.



details:   https://anonhg.NetBSD.org/src/rev/16ee99b556ce
branches:  trunk
changeset: 828975:16ee99b556ce
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Jan 13 12:20:49 2018 +0000

description:
Fix another column width.

diffstat:

 share/man/man4/bpf.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 4639fbc06a4b -r 16ee99b556ce share/man/man4/bpf.4
--- a/share/man/man4/bpf.4      Sat Jan 13 12:14:26 2018 +0000
+++ b/share/man/man4/bpf.4      Sat Jan 13 12:20:49 2018 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index