From 7df43bd5aaeb02a999212679af6e0811766e9a8f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 23 Aug 2006 00:31:26 +0200 Subject: Fix wrong path on manpage install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2f37ce7..817a77f 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ inotail: inotail.o install: inotail install -m 775 -D inotail $(DESTDIR)$(prefix)/bin/inotail - install -m 644 -D inotail.1 $(DESTDIR)$(prefix)/share/man1/inotail.1 + install -m 644 -D inotail.1 $(DESTDIR)$(prefix)/share/man/man1/inotail.1 cscope: cscope -b -- cgit v1.2.3-54-g00ecf ext.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2015-04-01 14:57:27 -0400
committerSteven Rostedt <rostedt@goodmis.org>2015-04-08 09:39:55 -0400
commit889204278ccf98c5c097b1d1ae69babc6a3222fd (patch)
tree53778b4af3b5ca401c57bc707f9f5ba838c394e7 /samples/trace_events
parentacd388fd3af350ab24c6ab6f19b83fc4a4f3aa60 (diff)
tracing: Update trace-event-sample with TRACE_SYSTEM_VAR documentation
Add documentation about TRACE_SYSTEM needing to be alpha-numeric or with underscores, and that if it is not, then the use of TRACE_SYSTEM_VAR is required to make something that is. An example of this is shown in samples/trace_events/trace-events-sample.h Link: http://lkml.kernel.org/r/20150403013802.220157513@goodmis.org Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Tested-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'samples/trace_events')