diff options
| author | Jim Blandy | 1993-07-04 20:03:20 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-07-04 20:03:20 +0000 |
| commit | 54a60e143a5ae6bb8366ec19dde2997c9d5d2507 (patch) | |
| tree | b83b66957cc365940969593a32582ef727c20d94 /src | |
| parent | 8b7c3e3a5abcc574b0e347df7604f503b44e9931 (diff) | |
| download | emacs-54a60e143a5ae6bb8366ec19dde2997c9d5d2507.tar.gz emacs-54a60e143a5ae6bb8366ec19dde2997c9d5d2507.zip | |
Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4-1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index d110d7466ad..9b16bfa2932 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h | |||
| @@ -18,5 +18,5 @@ | |||
| 18 | modified the shared C library to include resolver support without | 18 | modified the shared C library to include resolver support without |
| 19 | also changing the C archive library (/usr/lib/libc.a). To deal | 19 | also changing the C archive library (/usr/lib/libc.a). To deal |
| 20 | with this, you may need to link with the resolver library; to do | 20 | with this, you may need to link with the resolver library; to do |
| 21 | that, uncomment the following line. */ | 21 | that, copy the following definition to config.h. */ |
| 22 | /* #define LIBS_SYSTEM -lresolv */ | 22 | /* #define LIBS_SYSTEM -lresolv */ |