docs: update
This commit is contained in:
parent
731b3a62c8
commit
4a43ea23d2
1 changed files with 1 additions and 1 deletions
2
pfetch
2
pfetch
|
@ -178,13 +178,13 @@ get_os() {
|
|||
}
|
||||
|
||||
get_kernel() {
|
||||
# '$kernel' is the cached output of 'uname -r'.
|
||||
case $os in
|
||||
# Don't print kernel output on BSD systems as the
|
||||
# OS name includes it.
|
||||
*BSD*) ;;
|
||||
|
||||
*)
|
||||
# '$kernel' is the cached output of 'uname -r'.
|
||||
log kernel "$kernel" >&6
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue