From 5665e3984f73c70b90f65dd8bf4445b5adda5121 Mon Sep 17 00:00:00 2001 From: Jesse Wolfe Date: Wed, 12 May 2010 18:22:27 -0700 Subject: Feature #2276 Single Executable: Update docstrings Update documentation strings everywhere to use single-executable notation rather than the old executable names. Signed-off-by: Jesse Wolfe --- lib/puppet/reference/network.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/puppet/reference/network.rb') diff --git a/lib/puppet/reference/network.rb b/lib/puppet/reference/network.rb index 1b635fdf2..14b26dd70 100644 --- a/lib/puppet/reference/network.rb +++ b/lib/puppet/reference/network.rb @@ -27,8 +27,8 @@ on the server, and the client knows how to call the handler's methods appropriately. Most handlers are meant to be started on the server, usually within -``puppetmasterd``, and the clients are mostly started on the client, -usually within ``puppetd``. +``puppet master``, and the clients are mostly started on the client, +usually within ``puppet agent``. You can find the server-side handler for each interface at ``puppet/network/handler/.rb`` and the client class at -- cgit