diff options
author | chris <chris@FreeBSD.org> | 2000-01-29 01:54:59 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-01-29 01:54:59 +0000 |
commit | 3e0ef0bbfccaaab45cc196ea401880a843c9c104 (patch) | |
tree | 02e9843440d61392ed81dcc114c985c403c07378 /lib | |
parent | d360ce93434f526d973c8b84c715caadd1ce8ee4 (diff) | |
download | FreeBSD-src-3e0ef0bbfccaaab45cc196ea401880a843c9c104.zip FreeBSD-src-3e0ef0bbfccaaab45cc196ea401880a843c9c104.tar.gz |
Grammar fix: ``Different than'' should really be ``different from''.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/rpc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index 256b59b..92b0d98 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -513,7 +513,7 @@ running as a server quite likely does not), or if the programmer does not want the message to be output with .BR printf , -or if a message format different than that supported by +or if a message format different from that supported by .B clnt_perrno(\|) is to be used. Note: unlike |