diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2013-04-29 21:11:36 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2013-04-29 21:12:42 +0200 |
commit | a2170fc7b8b088bf52eef18e9faa48ddd1f11377 (patch) | |
tree | 636f8266b58a211d858c0d39c986cf5bdec893f9 /docs | |
parent | c24bcbf5116c5b081c1cfdabe2777c3919ddd7a5 (diff) |
porting-to-1.0.txt: nit clarification
It is the process context that matters.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/random/porting-to-1.0.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/random/porting-to-1.0.txt b/docs/random/porting-to-1.0.txt index 1bf4e26cc..5e75c1989 100644 --- a/docs/random/porting-to-1.0.txt +++ b/docs/random/porting-to-1.0.txt @@ -752,5 +752,6 @@ CHANGES pkg-config invocations or Makefile.am/Makefile to -1.0. While both versions can co-exist without problems on the same system, it - is not possible to use both versions at the same time in the same - application. + is not possible to use both versions at the same time in a single running + process. In most cases this would also not be the desired behaviour. + |