TBR: Fix some more veyrons.
Change-Id: I90062a75f02f6e01e3fbaeb421dea2bd40f0d4ce
diff --git a/cmd/application/doc.go b/cmd/application/doc.go
index f96ca38..992c4ff 100644
--- a/cmd/application/doc.go
+++ b/cmd/application/doc.go
@@ -2,7 +2,7 @@
// DO NOT UPDATE MANUALLY
/*
-The application tool facilitates interaction with the veyron application
+The application tool facilitates interaction with the vanadium application
repository.
Usage:
diff --git a/cmd/application/impl.go b/cmd/application/impl.go
index 4cae1ee..b22c73b 100644
--- a/cmd/application/impl.go
+++ b/cmd/application/impl.go
@@ -287,9 +287,9 @@
func root() *cmdline.Command {
return &cmdline.Command{
Name: "application",
- Short: "Tool for interacting with the veyron application repository",
+ Short: "Tool for interacting with the vanadium application repository",
Long: `
-The application tool facilitates interaction with the veyron application
+The application tool facilitates interaction with the vanadium application
repository.
`,
Children: []*cmdline.Command{cmdMatch, cmdPut, cmdRemove, cmdEdit},
diff --git a/cmd/mgmt/device/doc.go b/cmd/mgmt/device/doc.go
index 59d5d21..3047118 100644
--- a/cmd/mgmt/device/doc.go
+++ b/cmd/mgmt/device/doc.go
@@ -2,7 +2,7 @@
// DO NOT UPDATE MANUALLY
/*
-The device tool facilitates interaction with the veyron device manager.
+The device tool facilitates interaction with the vanadium device manager.
Usage:
device <command>
diff --git a/cmd/mgmt/device/impl/root.go b/cmd/mgmt/device/impl/root.go
index 8613b88..c7178d7 100644
--- a/cmd/mgmt/device/impl/root.go
+++ b/cmd/mgmt/device/impl/root.go
@@ -15,9 +15,9 @@
func Root() *cmdline.Command {
return &cmdline.Command{
Name: "device",
- Short: "Tool for interacting with the veyron device manager",
+ Short: "Tool for interacting with the vanadium device manager",
Long: `
-The device tool facilitates interaction with the veyron device manager.
+The device tool facilitates interaction with the vanadium device manager.
`,
Children: []*cmdline.Command{cmdInstall, cmdInstallLocal, cmdUninstall, cmdStart, associateRoot(), cmdDescribe, cmdClaim, cmdStop, cmdSuspend, cmdResume, cmdRevert, cmdUpdate, cmdUpdateAll, cmdDebug, aclRoot(), cmdPublish},
}
diff --git a/cmd/principal/doc.go b/cmd/principal/doc.go
index 7779a96..d857e50 100644
--- a/cmd/principal/doc.go
+++ b/cmd/principal/doc.go
@@ -75,7 +75,7 @@
Creates a new principal with a single self-blessed blessing and writes it out to
the provided directory. The same directory can then be used to set the
-VEYRON_CREDENTIALS environment variable for other veyron applications.
+VEYRON_CREDENTIALS environment variable for other vanadium applications.
The operation fails if the directory already contains a principal. In this case
the --overwrite flag can be provided to clear the directory and write out the
diff --git a/cmd/principal/main.go b/cmd/principal/main.go
index ce01ec6..0278768 100644
--- a/cmd/principal/main.go
+++ b/cmd/principal/main.go
@@ -444,7 +444,7 @@
Long: `
Creates a new principal with a single self-blessed blessing and writes it out
to the provided directory. The same directory can then be used to set the
-VEYRON_CREDENTIALS environment variable for other veyron applications.
+VEYRON_CREDENTIALS environment variable for other vanadium applications.
The operation fails if the directory already contains a principal. In this case
the --overwrite flag can be provided to clear the directory and write out the
diff --git a/profiles/internal/ipc/stress/internal/server.go b/profiles/internal/ipc/stress/internal/server.go
index 1dbc300..10b5234 100644
--- a/profiles/internal/ipc/stress/internal/server.go
+++ b/profiles/internal/ipc/stress/internal/server.go
@@ -71,7 +71,7 @@
func (allowEveryoneAuthorizer) Authorize(security.Call) error { return nil }
// StartServer starts a server that implements the Stress service, and returns
-// the server and its veyron address. It also returns a channel carrying stop
+// the server and its vanadium address. It also returns a channel carrying stop
// requests. After reading from the stop channel, the application should exit.
func StartServer(ctx *context.T, listenSpec ipc.ListenSpec) (ipc.Server, naming.Endpoint, <-chan struct{}) {
server, err := v23.NewServer(ctx)