summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-23 13:59:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-23 13:59:00 +0000
commit518cdc983a9ad83be95f3dea57964585b3aeefaa (patch)
treeeab8d3adaa90aa4c5b714dad4bbb6621175e35b5 /usr.sbin
parent6f28e589c4cd1bc8d86baf0ad9ac00c75e0e2489 (diff)
\\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ypserv/ypinit/ypinit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/ypinit/ypinit.sh b/usr.sbin/ypserv/ypinit/ypinit.sh
index 6d6e338e92b..787c7f59305 100644
--- a/usr.sbin/ypserv/ypinit/ypinit.sh
+++ b/usr.sbin/ypserv/ypinit/ypinit.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: ypinit.sh,v 1.8 2000/08/18 18:50:45 deraadt Exp $
+# $Id: ypinit.sh,v 1.9 2002/03/23 13:58:59 deraadt Exp $
#
# ypinit.sh - setup an master or slave server.
#
@@ -315,7 +315,7 @@ do
echo "Update the list of hosts running YP servers in domain ${DOMAIN}."
echo "Master for this domain is ${MASTER_NAME}."
echo ""
- echo "First verify old servers, type \\ to remove a server."
+ echo "First verify old servers, type \\\\ to remove a server."
echo "Then add new servers, one per line. When done type a <control D>."
echo ""
echo " master server : ${HOST}"