Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 7e3e6f0

Browse files
authored
Update README.md
1 parent 05d7251 commit 7e3e6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rls_v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ main(...)
3737

3838
```
3939
$ rpcgen dir.x
40-
$ gcc dir_xdr.c dir_svc.c dir_proc.c **dir_local.c** -lnsl -o dir_svc
40+
$ gcc dir_xdr.c dir_svc.c dir_proc.c dir_local.c -lnsl -o dir_svc
4141
$ dir_svc &
4242
```
4343
#### Client
4444

4545
```
4646
$ rpcgen dir.x
47-
$ gcc dir_xdr.c dir_clnt.c **dir_common.c dir_local.c** rls.c -lnsl -o rls
47+
$ gcc dir_xdr.c dir_clnt.c dir_common.c dir_local.c rls.c -lnsl -o rls
4848
```
4949
####
5050

0 commit comments

Comments
 (0)