devfsadm, dmesg, prctl, prstat: update Hindi translation (#14437)

* devfsadm/dmesg/prctl/prstat: update Hindi translation

* Update pages.hi/sunos/prstat.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Karthik Vallamsetla
2024-10-29 10:31:29 -07:00
committed by GitHub
parent 6f7897062a
commit 0c99b8f754
4 changed files with 72 additions and 0 deletions

16
pages.hi/sunos/dmesg.md Normal file
View File

@@ -0,0 +1,16 @@
# dmesg
> कर्नेल संदेशों को `stdout` पर लिखें।
> अधिक जानकारी: <https://www.unix.com/man-page/sunos/1m/dmesg>।
- कर्नेल संदेश दिखाएं:
`dmesg`
- इस सिस्टम पर कितनी भौतिक मेमोरी उपलब्ध है दिखाएं:
`dmesg | grep -i memory`
- कर्नेल संदेश 1 पृष्ठ में एक बार दिखाएं:
`dmesg | less`