trace-events: fix first line comment in trace-events
authorLaurent Vivier <lvivier@redhat.com>
Mon, 8 Aug 2016 15:11:21 +0000 (17:11 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 12 Aug 2016 09:36:01 +0000 (10:36 +0100)
commite723b8710356163e0f1722b94f988a8ddf83f17a
tree9a049738fffa9f9bccada90c0f88da339bc6c30e
parent28b874429ba16e71e0caa46453f3a3e31efb3c51
trace-events: fix first line comment in trace-events

Documentation is docs/tracing.txt instead of docs/trace-events.txt.

find . -name trace-events -exec \
     sed -i "s?See docs/trace-events.txt for syntax documentation.?See docs/tracing.txt for syntax documentation.?" \
     {} \;

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Message-id: 1470669081-17860-1-git-send-email-lvivier@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
40 files changed:
audio/trace-events
block/trace-events
crypto/trace-events
hw/9pfs/trace-events
hw/acpi/trace-events
hw/alpha/trace-events
hw/arm/trace-events
hw/audio/trace-events
hw/block/trace-events
hw/char/trace-events
hw/display/trace-events
hw/dma/trace-events
hw/i386/trace-events
hw/input/trace-events
hw/intc/trace-events
hw/isa/trace-events
hw/misc/trace-events
hw/net/trace-events
hw/nvram/trace-events
hw/pci/trace-events
hw/ppc/trace-events
hw/s390x/trace-events
hw/scsi/trace-events
hw/sd/trace-events
hw/sparc/trace-events
hw/timer/trace-events
hw/usb/trace-events
hw/vfio/trace-events
hw/virtio/trace-events
io/trace-events
linux-user/trace-events
migration/trace-events
net/trace-events
qom/trace-events
target-i386/trace-events
target-ppc/trace-events
target-s390x/trace-events
target-sparc/trace-events
ui/trace-events
util/trace-events