From ab5c6bb3a3deef29c6fe0a86017d35bc4f3de506 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 13 Dec 2005 21:04:48 +0000 Subject: * Change `referer' to `referrer' throughout. In particular, the nix-store query options `--referer' and `--referer-closure' have been changed to `--referrer' and `--referrer-closure' (but the old ones are still accepted for compatibility). --- doc/manual/nix-store.xml | 18 +++++++++--------- doc/manual/release-notes.xml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index 18df029b5670..cd7de90fd687 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -292,8 +292,8 @@ $ nix-store --gc - - + + @@ -411,21 +411,21 @@ query is applied to the target of the symlink. - + - Prints the set of referers of + Prints the set of referrers of the store paths paths, that is, the store paths currently existing in the Nix store that refer to one of paths. Note that contrary to the - references, the set of referers is not constant; it can change as + references, the set of referrers is not constant; it can change as store paths are added or removed. - + Prints the closure of the set of store paths - paths under the referers relation; that + paths under the referrers relation; that is, all store paths that directly or indirectly refer to one of paths. These are all the path currently in the Nix store that are dependent on @@ -536,7 +536,7 @@ $ nix-store -q --tree $(nix-store -qd $(which svn)) svn: -$ nix-store -q --referers $(nix-store -q --binding openssl $(nix-store -qd $(which svn))) +$ nix-store -q --referrers $(nix-store -q --binding openssl $(nix-store -qd $(which svn))) /nix/store/23ny9l9wixx21632y2wi4p585qhva1q8-sylpheed-1.0.0 /nix/store/5mbglq5ldqld8sj57273aljwkfvj22mc-subversion-1.1.4 /nix/store/dpmvp969yhdqs7lm2r1a3gng7pyq6vy4-subversion-1.1.3 @@ -548,7 +548,7 @@ $ nix-store -q --referers $(nix-store -q --binding openssl $(nix-store -qd $(whi (C library) used by svn: -$ nix-store -q --referers-closure $(ldd $(which svn) | grep /libc.so | awk '{print $3}') +$ nix-store -q --referrers-closure $(ldd $(which svn) | grep /libc.so | awk '{print $3}') /nix/store/034a6h4vpz9kds5r6kzb9lhh81mscw43-libgnomeprintui-2.8.2 /nix/store/15l3yi0d45prm7a82pcrknxdh6nzmxza-gawk-3.1.4 ... diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 707b590a7da3..8a8a7168023e 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -236,7 +236,7 @@ $ nix-store -q --tree $(nix-store -qd $(which firefox)) certain Glibc: -$ nix-store -q --referers-closure \ +$ nix-store -q --referrers-closure \ /nix/store/8lz9yc6zgmc0vlqmn2ipcpkjlmbi51vv-glibc-2.3.4 -- cgit 1.4.1