diff --git a/scsh/dir-streams/README b/scsh/dir-streams/README index f6b6858..e2a0eb0 100644 --- a/scsh/dir-streams/README +++ b/scsh/dir-streams/README @@ -58,7 +58,7 @@ The path of FS-OBJECT. -(dir-stream-files-stream dir-steam) -> fs-object stream +(dir-stream-files-stream dir-stream) -> fs-object stream A stream of the fs-objects of the files within the directory represented by DIR-STREAM. diff --git a/scsh/pps/README b/scsh/pps/README index 930be68..3abdd9d 100644 --- a/scsh/pps/README +++ b/scsh/pps/README @@ -6,7 +6,7 @@ the version of your system differs from the one I tested. Please report incompatible versions and, if possible, provide an adapted version. -(ps) -> process-info list +(pps) -> process-info list Calls the ps command and parses the output into a list of process-info records.