--- /dev/null
+.TH LFS-PCC-DELETE 1 2019-04-15 "Lustre" "Lustre Utilities"
+.SH NAME
+lfs pcc delete \- delete PCC component from file
+.SH SYNOPSIS
+.BR "lfs pcc delete" < \fIFILE ...>
+.SH DESCRIPTION
+Delete PCC component from specified
+.IR FILE (s).
+This will remove the cached file from all connected clients, and
+allow the file to be accessed by older clients that do not have
+PCC support.
+.SH SEE ALSO
+.BR lfs (1),
+.BR lfs-pcc (1),
+.BR lfs-pcc-attach (1),
+.BR lfs-pcc-detach (1),
+.BR lctl-pcc (8)
.SH DESCRIPTION
Display the current PCC cache state of
.I FILE
-.B lfs pcc detach
-to remove the cached files from PCC either manually, or through automatic
-mechanisms for the purpose of the cache space management.
+on the local client.
+This shows several fields for each file. The cache attach
+.B type
+is one of
+.BR none ,
+.BR readonly ,
+or
+.BR readwrite .
+The
+.B PCC_file
+shows relative pathname of the file within the local cache filesystem.
+The
+.B open_count
+is the number of processes that have the local cache file open, and
+.B flags
+shows additional file states, including
+.B attaching
+for files that are not fully copied into cache,
.SH EXAMPLES
.TP
.B $ lfs pcc state /mnt/lustre/file
Show the PCC cache state of
.BR file .
-This shows the cache attach type:
-as
-.BR none ,
-.BR readonly ,
-or
-.BR readwrite .
.TP
.SH SEE ALSO
.BR lfs (1),