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

Commit 05d7251

Browse files
authored
Update README.md
1 parent 5191b69 commit 05d7251

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

rls/README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,24 @@ program DIRPROG {
3232
```
3333

3434
#### Server
35-
36-
> $ rpcgen dir.x
37-
> $ gcc dir_svc.c dir_proc.c dir_xdr.c -o dir_svc -lnsl
38-
> $ dir_svc &
39-
35+
```
36+
$ rpcgen dir.x
37+
$ gcc dir_svc.c dir_proc.c dir_xdr.c -o dir_svc -lnsl
38+
$ dir_svc &
39+
```
4040
#### Client
41-
42-
> $ rpcgen dir.x
43-
> $ gcc rls.c dir_clnt.c dir_xdr.c -o rls -lnsl
44-
41+
```
42+
$ rpcgen dir.x
43+
$ gcc rls.c dir_clnt.c dir_xdr.c -o rls -lnsl
44+
```
4545
####
46-
> $ rls "127.0.0.1" /usr/share/lib
47-
> ascii
48-
> eqnchar
49-
> ...
50-
> tabs4
51-
> local
52-
> $
46+
```
47+
$ rls "127.0.0.1" /usr/share/lib
48+
ascii
49+
eqnchar
50+
...
51+
tabs4
52+
local
53+
$
54+
```
5355

0 commit comments

Comments
 (0)