diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-10-30 17:22:09 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-10-30 17:22:09 +0000 |
commit | 3a464532d91470379bd24b4f78e3e1096053faaf (patch) | |
tree | 0679ecf5f627e9c7bbbe376ae5e98a421547670d | |
parent | 91233e688aa2919f67079807f9203f5e27f8b027 (diff) | |
download | cygnal-3a464532d91470379bd24b4f78e3e1096053faaf.tar.gz cygnal-3a464532d91470379bd24b4f78e3e1096053faaf.tar.bz2 cygnal-3a464532d91470379bd24b4f78e3e1096053faaf.zip |
* ntsec.xml: Fix typo.
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/ntsec.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index f8a9d3203..7d95a1d6f 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-30 David Rothenberger <daveroth@acm.org> + + * ntsec.xml: Fix typo. + 2014-10-29 Dave Habermann <dahabermann@dow.com> * ntsec.xml (ntsec-mapping-caching): Describe service dependencies diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml index e158615a2..4d1a6f091 100644 --- a/winsup/doc/ntsec.xml +++ b/winsup/doc/ntsec.xml @@ -953,7 +953,7 @@ shown below. You will need an administrative prompt to run the # Delay Cygserver until TCPIP and AFD have started # Note the (odd) required space character after "depend=" - sc config cygserver depend= tcp/afd + sc config cygserver depend= tcpip/afd # Delay sshd until after Cygserver has started # Again note the (odd) required space character after "depend=" |